Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h678 std::error_code readSecHdrTableEntry(uint32_t Idx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1032 SampleProfileReaderExtBinaryBase::readSecHdrTableEntry(uint32_t Idx) { in readSecHdrTableEntry() function in SampleProfileReaderExtBinaryBase
1065 if (std::error_code EC = readSecHdrTableEntry(i)) in readSecHdrTable()