Searched refs:CODEGENOPT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 10 // must define the CODEGENOPT macro to make use of this information. 19 #ifndef CODEGENOPT 20 # error Define the CODEGENOPT macro to handle language options 25 CODEGENOPT(Name, Bits, Default) 30 CODEGENOPT(Name, Bits, Default) 38 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as 39 CODEGENOPT(Crel, 1, 0) ///< -Wa,--crel 40 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no} 41 CODEGENOPT(SSE2AVX , 1, 0) ///< -msse2avx 42 CODEGENOPT(AsmVerbose , 1, 0) ///< -dA, -fverbose-asm. [all …]
|
H A D | CodeGenOptions.h | 43 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; macro 48 #define CODEGENOPT(Name, Bits, Default) macro 483 #define CODEGENOPT(Name, Bits, Default) macro
|
H A D | DebugOptions.def | 10 // must define the CODEGENOPT macro to make use of this information. 21 CODEGENOPT(Name, Bits, Default)
|