Lines Matching defs:CompilationOptions
55 struct CompilationOptions { struct
59 std::string triple_;
60 std::string outputFileName_;
61 size_t optLevel_;
62 size_t relocMode_;
63 std::string logOption_;
64 std::string logMethodsList_;
65 bool compilerLogTime_;
66 bool deviceIsScreenOff_;
67 size_t maxAotMethodSize_;
68 size_t maxMethodsInModule_;
69 uint32_t hotnessThreshold_;
71 std::string profilerIn_;
72 std::string optBCRange_;
117 bool PUBLIC_API HandleTargetCompilerMode(CompilationOptions &cOptions); argument