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