Home
last modified time | relevance | path

Searched refs:readSummary (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h160 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h632 std::error_code readSummary();
H A DInstrProfReader.h709 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1148 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader
1360 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
1363 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
H A DSampleProfReader.cpp698 if (std::error_code EC = readSummary()) in readOneSection()
1439 if (std::error_code EC = readSummary()) in readHeader()
1465 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp778 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "")) in addModule()
1027 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
H A DThinLTOCodeGenerator.cpp615 if (Error Err = M.readSummary(*CombinedIndex, Mod->getName())) { in linkCombinedIndex()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8390 Error BitcodeModule::readSummary( in readSummary() function in BitcodeModule
8609 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier()); in readModuleSummaryIndex()