Searched refs:readSummary (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 120 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 877 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 D | SampleProfReader.cpp | 652 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 D | SampleProfReader.h | 634 std::error_code readSummary();
|
| H A D | InstrProfReader.h | 579 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 671 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule() 897 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
|
| H A D | ThinLTOCodeGenerator.cpp | 638 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) { in linkCombinedIndex()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7729 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() function in BitcodeModule 7934 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId); in readModuleSummaryIndex()
|