Searched defs:enablePGOProfiler (Results 1 – 4 of 4) sorted by relevance
28 CompilerLog *log, const MethodLogList *logList, bool enablePGOProfiler) : triple_(triple), in StubCompiler()
196 bool enablePGOProfiler = runtimeOptions.IsEnablePGOProfiler(); in main() local
266 bool enablePGOProfiler) : FileGenerator(log, logList), cfg_(triple, enablePGOProfiler) {}; in StubFileGenerator()
1988 LLVMModule::LLVMModule(const std::string &name, const std::string &triple, bool enablePGOProfiler) in LLVMModule()