Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h426 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp602 std::error_code SampleProfileReaderBinary::readSummaryEntry( in readSummaryEntry() function in SampleProfileReaderBinary
647 std::error_code EC = readSummaryEntry(Entries); in readSummary()