Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h693 std::error_code readNameTable();
901 std::error_code readNameTable();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1110 std::error_code SampleProfileReaderBinary::readNameTable() { in readNameTable() function in SampleProfileReaderBinary
1203 return SampleProfileReaderBinary::readNameTable(); in readNameTableSec()
1526 if (std::error_code EC = readNameTable()) in readHeader()
1666 std::error_code SampleProfileReaderGCC::readNameTable() { in readNameTable() function in SampleProfileReaderGCC
1831 if (std::error_code EC = readNameTable()) in readImpl()