Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h635 std::error_code readNameTable();
835 std::error_code readNameTable();
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1047 std::error_code SampleProfileReaderBinary::readNameTable() { in readNameTable() function in SampleProfileReaderBinary
1140 return SampleProfileReaderBinary::readNameTable(); in readNameTableSec()
1441 if (std::error_code EC = readNameTable()) in readHeader()
1581 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable() function in SampleProfileReaderGCC
1746 if (std::error_code EC = readNameTable()) in readImpl()