Searched refs:ProfileFileName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfile.h | 30 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() function 36 std::string ProfileFileName;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 427 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) { in PGOInstrumentationUseLegacyPass() 429 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass() 437 std::string ProfileFileName; member in __anona0b2eb9f0111::PGOInstrumentationUseLegacyPass 1796 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument 1809 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions() 1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 1827 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions() 1970 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse() 1973 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse() 1994 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 66 std::string ProfileFileName;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 299 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() argument 307 createProfileDir(ProfileFileName); in openFileForMerging() 308 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging() 316 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1998 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|