Searched refs:ProfileFileName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfile.h | 30 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() function 36 std::string ProfileFileName;
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 219 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() argument 223 createProfileDir(ProfileFileName); in openFileForMerging() 224 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging() 231 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 408 : ModulePass(ID), ProfileFileName(std::move(Filename)) { in PGOInstrumentationUseLegacyPass() 410 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass() 418 std::string ProfileFileName; member in __anoncdc89db00111::PGOInstrumentationUseLegacyPass 1439 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument 1450 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions() 1458 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 1465 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions() 1549 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse() 1552 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse() 1569 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 45 std::string ProfileFileName;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1659 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|