Searched refs:ProfileInstrumentUsePath (Results 1 – 5 of 5) sorted by relevance
242 std::string ProfileInstrumentUsePath; variable
850 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()1214 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()1558 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
167 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()172 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
1681 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()1682 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()
4997 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;