Searched refs:CompilerAxis (Results 1 – 2 of 2) sorted by relevance
74 class CompilerAxis(Enum): class83 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[all …]
50 class CompilerAxis(Enum): class87 return config.compiler == CompilerAxis.IAR93 compiler = config.compiler == CompilerAxis.GCC