Home
last modified time | relevance | path

Searched refs:COMPILER_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options_map.def17 #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 …]
Dcompiler_options_map.h41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro
45 #undef COMPILER_OPTIONS_KEY
Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ macro