Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h603 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1220 std::error_code SampleProfileReaderBinary::readSummaryEntry( in readSummaryEntry() function in SampleProfileReaderBinary
1265 std::error_code EC = readSummaryEntry(Entries); in readSummary()