Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h711 std::error_code readProfileSymbolList();
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp700 if (std::error_code EC = readProfileSymbolList()) in readOneSection()
855 std::error_code SampleProfileReaderExtBinaryBase::readProfileSymbolList() { in readProfileSymbolList() function in SampleProfileReaderExtBinaryBase