Searched refs:ProfileRemappingFile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 37 std::string ProfileRemappingFile = "", 41 ProfileRemappingFile(ProfileRemappingFile), in ProfileGenFile() 52 std::string ProfileRemappingFile; member 612 std::string ProfileRemappingFile);
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 118 ProfileRemappingFile("profile-remapping-file", variable 237 P = PGOOptions("", ProfileFile, "", ProfileRemappingFile, false); in runPassPipeline() 240 P = PGOOptions("", "", ProfileFile, ProfileRemappingFile, false); in runPassPipeline()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 219 std::string ProfileRemappingFile; variable
|
| /freebsd-12.1/contrib/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 519 std::string ProfileRemappingFile) { in addPGOInstrPasses() argument 573 MPM.addPass(PGOInstrumentationUse(ProfileUseFile, ProfileRemappingFile)); in addPGOInstrPasses() 619 PGOOpt->ProfileRemappingFile, in buildModuleSimplificationPipeline() 670 PGOOpt->ProfileRemappingFile); in buildModuleSimplificationPipeline() 1020 PGOOpt->ProfileRemappingFile, in buildLTODefaultPipeline()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 952 CodeGenOpts.ProfileRemappingFile, false, in EmitAssemblyWithNewPassManager() 957 CodeGenOpts.ProfileRemappingFile, false, in EmitAssemblyWithNewPassManager() 1298 CGOpts.ProfileRemappingFile, Action); in EmitBackendOutput()
|
| H A D | CodeGenModule.cpp | 157 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 793 Opts.ProfileRemappingFile = in ParseCodeGenArgs() 795 if (!Opts.ProfileRemappingFile.empty() && !Opts.ExperimentalNewPassManager) { in ParseCodeGenArgs()
|