Lines Matching defs:ProfileFileName
1368 // Read the profile from ProfileFileName and assign the value to the
2051 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName,
2060 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName, FS,
2065 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
2073 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
2083 ProfileFileName.data(), "Not an IR level instrumentation profile"));
2088 ProfileFileName.data(),
2252 : ProfileFileName(std::move(Filename)),
2256 ProfileFileName = PGOTestProfileFile;
2278 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, *FS,