Searched refs:readSummary (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
D | SampleProfReader.h | 390 std::error_code readSummary();
|
D | InstrProfReader.h | 374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | SampleProfReader.h | 409 std::error_code readSummary();
|
D | InstrProfReader.h | 403 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 406 if (std::error_code EC = readSummary()) in readHeader() 442 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
|
D | InstrProfReader.cpp | 577 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/ |
D | SampleProfReader.cpp | 509 if (std::error_code EC = readSummary()) in readHeader() 535 std::error_code SampleProfileReaderBinary::readSummary() { in readSummary() function in SampleProfileReaderBinary
|
D | InstrProfReader.cpp | 602 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/ |
D | LTO.cpp | 543 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/ |
D | BitcodeReader.cpp | 5789 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() function in BitcodeModule 5928 return BM->readSummary(CombinedIndex, BM->getModuleIdentifier(), ModuleId); in readModuleSummaryIndex()
|