Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h709 std::error_code readNameTableSec(bool IsMD5);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp671 if (std::error_code EC = readNameTableSec(UseMD5)) in readOneSection()
1037 std::error_code SampleProfileReaderExtBinaryBase::readNameTableSec(bool IsMD5) { in readNameTableSec() function in SampleProfileReaderExtBinaryBase