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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h621 std::error_code readFuncOffsetTable();
681 std::error_code readFuncOffsetTable();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp498 if (std::error_code EC = readFuncOffsetTable())
514 std::error_code SampleProfileReaderExtBinary::readFuncOffsetTable() { function in class:SampleProfileReaderExtBinary
917 if (std::error_code EC = readFuncOffsetTable())
922 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { function in class:SampleProfileReaderCompactBinary

Completed in 136 milliseconds