Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h706 std::error_code readFuncOffsetTable();
821 std::error_code readFuncOffsetTable();
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp686 if (std::error_code EC = readFuncOffsetTable()) in readOneSection()
720 std::error_code SampleProfileReaderExtBinaryBase::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderExtBinaryBase
1356 if (std::error_code EC = readFuncOffsetTable()) in readHeader()
1361 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable() function in SampleProfileReaderCompactBinary