Home
last modified time | relevance | path

Searched refs:ProfileInstrumentUsePath (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h257 std::string ProfileInstrumentUsePath; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp719 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()
1100 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp181 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
186 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1723 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
1724 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5512 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;