Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h700 std::error_code readSecHdrTableEntry(uint32_t Idx);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1176 SampleProfileReaderExtBinaryBase::readSecHdrTableEntry(uint32_t Idx) { in readSecHdrTableEntry() function in SampleProfileReaderExtBinaryBase
1209 if (std::error_code EC = readSecHdrTableEntry(i)) in readSecHdrTable()