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.h304 std::string ProfileInstrumentUsePath; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp222 CGOpts.ProfileInstrumentUsePath.clear(); in resetBenignCodeGenOptions()
559 IF_RELATIVE_RETURN_FALSE(CodeGenOpts.ProfileInstrumentUsePath); in isSafeToIgnoreCWD()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp847 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()
1356 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp495 CodeGenOpts.ProfileInstrumentUsePath, *FS, in CodeGenModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2279 UsingSampleProfile || !Opts.ProfileInstrumentUsePath.empty(); in ParseCodeGenArgs()
5225 if (!Res.getCodeGenOpts().ProfileInstrumentUsePath.empty()) { in CreateFromArgsImpl()
5230 Res.getCodeGenOpts().ProfileInstrumentUsePath, *FS, in CreateFromArgsImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7880 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;