Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h729 std::error_code readCSNameTableSec();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp723 if (std::error_code EC = readCSNameTableSec()) in readOneSection()
1148 std::error_code SampleProfileReaderExtBinaryBase::readCSNameTableSec() { in readCSNameTableSec() function in SampleProfileReaderExtBinaryBase