Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h654 std::error_code readFuncOffsetTable();
754 std::error_code readFuncOffsetTable();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp616 if (std::error_code EC = readFuncOffsetTable()) in readOneSection()
650 std::error_code SampleProfileReaderExtBinaryBase::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderExtBinaryBase
1174 if (std::error_code EC = readFuncOffsetTable()) in readHeader()
1179 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderCompactBinary