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.h162 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1181 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader
1250 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
1253 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
H A DSampleProfReader.cpp726 if (std::error_code EC = readSummary()) in readOneSection()
1523 if (std::error_code EC = readSummary()) in readHeader()
1549 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h690 std::error_code readSummary();
H A DInstrProfReader.h767 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp605 if (Error Err = M.readSummary(*CombinedIndex, Mod->getName())) { in linkCombinedIndex()
H A DLTO.cpp803 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "")) in addModule()
1053 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8525 Error BitcodeModule::readSummary( in readSummary() function in BitcodeModule
8744 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier()); in readModuleSummaryIndex()