HomeSort by relevance Sort by last modified time
    Searched defs:ProfileFileName (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/
PGOInstrumentation.h 35 std::string ProfileFileName;
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 153 : ModulePass(ID), ProfileFileName(std::move(Filename)) {
155 ProfileFileName = PGOTestProfileFile;
165 std::string ProfileFileName;
584 // Read the profile from ProfileFileName and assign the value to the
851 Module &M, StringRef ProfileFileName,
857 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName);
861 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
876 ProfileFileName.data(), "Not an IR level instrumentation profile"));
    [all...]

Completed in 1102 milliseconds