Searched refs:ProfileInstrumentUsePath (Results 1 – 5 of 5) sorted by relevance
277 std::string ProfileInstrumentUsePath; variable
779 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()1175 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
188 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
1731 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()1732 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath, Diags); in ParseCodeGenArgs()
5676 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;