Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h658 std::error_code readProfileSymbolList();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp630 if (std::error_code EC = readProfileSymbolList()) in readOneSection()
773 std::error_code SampleProfileReaderExtBinaryBase::readProfileSymbolList() { in readProfileSymbolList() function in SampleProfileReaderExtBinaryBase