Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h292 std::string ProfileInstrumentUsePath; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp793 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()
1249 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp422 CodeGenOpts.ProfileInstrumentUsePath, *FS, in CodeGenModule()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp171 CGOpts.ProfileInstrumentUsePath.clear(); in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2148 UsingSampleProfile || !Opts.ProfileInstrumentUsePath.empty(); in ParseCodeGenArgs()
4881 if (!Res.getCodeGenOpts().ProfileInstrumentUsePath.empty()) { in CreateFromArgsImpl()
4886 Res.getCodeGenOpts().ProfileInstrumentUsePath, *FS, in CreateFromArgsImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7341 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;