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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 755 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
831 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
834 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
SampleProfReader.cpp 592 if (std::error_code EC = readSummary())
1164 if (std::error_code EC = readSummary())
1238 std::error_code SampleProfileReaderBinary::readSummary() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 471 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
SampleProfReader.h 585 std::error_code readSummary();
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 670 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull))
892 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(),
ThinLTOCodeGenerator.cpp 602 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6885 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex,
7092 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId);

Completed in 32 milliseconds