Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h657 std::error_code readNameTableSec(bool IsMD5);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp607 if (std::error_code EC = readNameTableSec(UseMD5)) in readOneSection()
956 std::error_code SampleProfileReaderExtBinaryBase::readNameTableSec(bool IsMD5) { in readNameTableSec() function in SampleProfileReaderExtBinaryBase