HomeSort by: relevance | last modified time | path
    Searched refs:ProfileFileName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleProfile.h 30 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile),
36 std::string ProfileFileName;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h 66 std::string ProfileFileName;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 427 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) {
429 ProfileFileName = PGOTestProfileFile;
437 std::string ProfileFileName;
1272 // Read the profile from ProfileFileName and assign the value to the
1796 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName,
1805 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName);
1809 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
1827 ProfileFileName.data(), "Not an IR level instrumentation profile"));
1970 : ProfileFileName(std::move(Filename))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 1990 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName,

Completed in 22 milliseconds