Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h681 std::error_code readFuncMetadata(bool ProfileHasAttribute);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp649 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()
987 SampleProfileReaderExtBinaryBase::readFuncMetadata(bool ProfileHasAttribute) { in readFuncMetadata() function in SampleProfileReaderExtBinaryBase