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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h119 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp749 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
825 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
828 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur,
H A DSampleProfReader.cpp479 if (std::error_code EC = readSummary())
907 if (std::error_code EC = readSummary())
979 std::error_code SampleProfileReaderBinary::readSummary() { function in class:SampleProfileReaderBinary
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h446 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
H A DSampleProfReader.h526 std::error_code readSummary();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp638 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull))
834 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(),
H A DThinLTOCodeGenerator.cpp584 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6630 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, function in class:BitcodeModule
6837 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId);

Completed in 260 milliseconds