Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h673 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1447 std::error_code SampleProfileReaderBinary::readSummaryEntry( in readSummaryEntry() function in SampleProfileReaderBinary
1492 std::error_code EC = readSummaryEntry(Entries); in readSummary()