Searched refs:ProfileInstrumentUsePath (Results 1 – 5 of 5) sorted by relevance
257 std::string ProfileInstrumentUsePath; variable
719 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()1100 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
181 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()186 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
1723 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()1724 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()
5512 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;