Searched refs:COMPILER_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_options_map.def | 17 #ifndef COMPILER_OPTIONS_KEY 18 #error "Please #define COMPILER_OPTIONS_KEY before #including this file" 19 #define COMPILER_OPTIONS_KEY(...) // Don't display errors in this file in IDEs. 39 COMPILER_OPTIONS_KEY (CompilerFilter::Filter, CompilerFilter) 40 COMPILER_OPTIONS_KEY (bool, CompileArtTest) 41 COMPILER_OPTIONS_KEY (Unit, PIC) 42 COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold) 43 COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold) 44 COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo) 45 COMPILER_OPTIONS_KEY (bool, GenerateMiniDebugInfo) [all …]
|
D | compiler_options_map.h | 41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro 45 #undef COMPILER_OPTIONS_KEY
|
D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ macro
|