Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h120 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp877 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader
946 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
949 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
H A DSampleProfReader.cpp652 if (std::error_code EC = readSummary()) in readOneSection()
1346 if (std::error_code EC = readSummary()) in readHeader()
1420 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h634 std::error_code readSummary();
H A DInstrProfReader.h579 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp671 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule()
897 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
H A DThinLTOCodeGenerator.cpp638 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) { in linkCombinedIndex()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7729 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() function in BitcodeModule
7934 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId); in readModuleSummaryIndex()