Lines Matching defs:ProfileFileName
1428 // Read the profile from ProfileFileName and assign the value to the
2134 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName,
2144 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName, FS,
2149 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
2157 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
2167 ProfileFileName.data(), "Not an IR level instrumentation profile"));
2172 ProfileFileName.data(),
2340 : ProfileFileName(std::move(Filename)),
2344 ProfileFileName = PGOTestProfileFile;
2369 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, *FS,