Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h715 virtual std::error_code readOneSection(const uint8_t *Start, uint64_t Size,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp646 std::error_code SampleProfileReaderExtBinaryBase::readOneSection( in readOneSection() function in SampleProfileReaderExtBinaryBase
924 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl()