Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h242 std::string ProfileInstrumentUsePath; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp850 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()
1214 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()
1558 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
H A DCodeGenModule.cpp167 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
172 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1681 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
1682 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4997 MarshallingInfoString<CodeGenOpts<"ProfileInstrumentUsePath">>;