Searched defs:LLVMCompilerOptions (Results 1 – 1 of 1) sorted by relevance
23 struct LLVMCompilerOptions { struct25 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 …]