Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h720 std::error_code readSecHdrTableEntry(uint64_t Idx);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1269 SampleProfileReaderExtBinaryBase::readSecHdrTableEntry(uint64_t Idx) { in readSecHdrTableEntry() function in SampleProfileReaderExtBinaryBase
1302 if (std::error_code EC = readSecHdrTableEntry(i)) in readSecHdrTable()