Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h730 std::error_code readProfileSymbolList();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp755 if (std::error_code EC = readProfileSymbolList()) in readOneSection()
952 std::error_code SampleProfileReaderExtBinaryBase::readProfileSymbolList() { in readProfileSymbolList() function in SampleProfileReaderExtBinaryBase