Home
last modified time | relevance | path

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

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