Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h653 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1402 std::error_code SampleProfileReaderBinary::readSummaryEntry( in readSummaryEntry() function in SampleProfileReaderBinary
1447 std::error_code EC = readSummaryEntry(Entries); in readSummary()