Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h710 std::error_code readFuncProfiles();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp755 if (std::error_code EC = readFuncProfiles()) in readOneSection()
829 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles() { in readFuncProfiles() function in SampleProfileReaderExtBinaryBase