Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h682 std::error_code readFuncOffsetTable();
782 std::error_code readFuncOffsetTable();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp640 if (std::error_code EC = readFuncOffsetTable()) in readOneSection()
674 std::error_code SampleProfileReaderExtBinaryBase::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderExtBinaryBase
1200 if (std::error_code EC = readFuncOffsetTable()) in readHeader()
1205 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderCompactBinary