Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h215 std::string ProfileInstrumentUsePath; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp698 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()
951 PGOOpt = PGOOptions("", CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()
H A DCodeGenModule.cpp157 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
162 getDiags().Report(DiagID) << CodeGenOpts.ProfileInstrumentUsePath in CodeGenModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp789 Opts.ProfileInstrumentUsePath = in ParseCodeGenArgs()
791 if (!Opts.ProfileInstrumentUsePath.empty()) in ParseCodeGenArgs()
792 setPGOUseInstrumentor(Opts, Opts.ProfileInstrumentUsePath); in ParseCodeGenArgs()