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

/external/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h390 std::error_code readSummary();
H A DInstrProfReader.h374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
648 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur);
H A DSampleProfReader.cpp406 if (std::error_code EC = readSummary())
442 std::error_code SampleProfileReaderBinary::readSummary() { function in class:SampleProfileReaderBinary

Completed in 169 milliseconds