Searched refs:CODEGENOPT (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 11 // must define the CODEGENOPT macro to make use of this information. 17 #ifndef CODEGENOPT 18 # error Define the CODEGENOPT macro to handle language options 23 CODEGENOPT(Name, Bits, Default) 28 CODEGENOPT(Name, Bits, Default) 31 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as 32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections 33 CODEGENOPT(Autolink , 1, 1) ///< -fno-autolink 34 CODEGENOPT(AsmVerbose , 1, 0) ///< -dA, -fverbose-asm. 35 CODEGENOPT(ObjCAutoRefCountExceptions , 1, 0) ///< Whether ARC should be EH-safe. [all …]
|
D | CodeGenOptions.h | 27 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; macro 32 #define CODEGENOPT(Name, Bits, Default) macro 180 #define CODEGENOPT(Name, Bits, Default) macro 187 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() macro
|