Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h679 std::error_code readSecHdrTable();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1059 std::error_code SampleProfileReaderExtBinaryBase::readSecHdrTable() { in readSecHdrTable() function in SampleProfileReaderExtBinaryBase
1080 if (std::error_code EC = readSecHdrTable()) in readHeader()