Home
last modified time | relevance | path

Searched refs:readSummaryEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h656 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1476 std::error_code SampleProfileReaderBinary::readSummaryEntry( in readSummaryEntry() function in SampleProfileReaderBinary
1521 std::error_code EC = readSummaryEntry(Entries); in readSummary()