Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h709 std::error_code readFuncOffsetTable();
824 std::error_code readFuncOffsetTable();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp760 if (std::error_code EC = readFuncOffsetTable()) in readOneSection()
794 std::error_code SampleProfileReaderExtBinaryBase::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderExtBinaryBase
1430 if (std::error_code EC = readFuncOffsetTable()) in readHeader()
1435 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderCompactBinary