Home
last modified time | relevance | path

Searched defs:LLVMCompilerOptions (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_compiler_options.h23 struct LLVMCompilerOptions { struct
25 bool optimize;
26 int optlevel;
27 bool gcIntrusionChecks;
28 bool inlining;
29 bool recursiveInlining;
30 bool useSafepoint;
31 bool dumpModuleBeforeOptimizations;
32 bool dumpModuleAfterOptimizations;
33 std::string inlineModuleFile;
[all …]