Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h726 std::error_code readFuncOffsetTable();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp740 if (std::error_code EC = readFuncOffsetTable()) in readOneSection()
804 std::error_code SampleProfileReaderExtBinaryBase::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderExtBinaryBase