Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h714 std::error_code readProfileSymbolList();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp774 if (std::error_code EC = readProfileSymbolList()) in readOneSection()
929 std::error_code SampleProfileReaderExtBinaryBase::readProfileSymbolList() { in readProfileSymbolList() function in SampleProfileReaderExtBinaryBase