Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h390 std::error_code readSummary();
DInstrProfReader.h374 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()