Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h288 std::string ProfileInstrumentUsePath; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp765 CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()
1236 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp416 CodeGenOpts.ProfileInstrumentUsePath, *FS, in CodeGenModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2078 UsingSampleProfile || !Opts.ProfileInstrumentUsePath.empty(); in ParseCodeGenArgs()
4672 if (!Res.getCodeGenOpts().ProfileInstrumentUsePath.empty()) { in CreateFromArgsImpl()
4677 Res.getCodeGenOpts().ProfileInstrumentUsePath, *FS, in CreateFromArgsImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7029 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;