Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h277 std::string ProfileInstrumentUsePath; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp779 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in RunOptimizationPipeline()
1175 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp188 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1731 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
1732 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath, Diags); in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5676 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;