Lines Matching refs:CompilerAxis
74 class CompilerAxis(Enum): class
83 CompilerAxis.AC6: 'axf',
84 CompilerAxis.GCC: 'elf',
85 CompilerAxis.IAR: 'elf',
86 CompilerAxis.CLANG: 'elf',
93 CompilerAxis.AC6: 'AC6',
94 CompilerAxis.GCC: 'GCC',
95 CompilerAxis.IAR: 'IAR',
96 CompilerAxis.CLANG: 'CLANG'
290 return config.compiler == CompilerAxis.IAR
295 compiler = config.compiler != CompilerAxis.AC6