Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h704 std::error_code readSecHdrTable();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1277 std::error_code SampleProfileReaderExtBinaryBase::readSecHdrTable() { in readSecHdrTable() function in SampleProfileReaderExtBinaryBase
1298 if (std::error_code EC = readSecHdrTable()) in readHeader()