Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h390 std::error_code readSummary();
DInstrProfReader.h374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h409 std::error_code readSummary();
DInstrProfReader.h403 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp406 if (std::error_code EC = readSummary()) in readHeader()
442 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
DInstrProfReader.cpp577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader
648 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfReader.cpp509 if (std::error_code EC = readSummary()) in readHeader()
535 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
DInstrProfReader.cpp602 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() function in IndexedInstrProfReader
675 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp543 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule()
726 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5789 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() function in BitcodeModule
5928 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId); in readModuleSummaryIndex()