Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp765 if (std::error_code EC = readOneFunctionProfile(Stack, true, 0)) in readFunctionProfiles()
772 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile() function in SampleProfileReaderGCC
887 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset)) in readOneFunctionProfile()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h519 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,