Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h224 std::string ProfileInstrumentUsePath; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp724 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()
1024 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()
1454 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
HDCodeGenModule.cpp161 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
166 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp840 Opts.ProfileInstrumentUsePath = in ParseCodeGenArgs()
842 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
843 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()