Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h874 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1572 if (std::error_code EC = readOneFunctionProfile(Stack, true, 0)) in readFunctionProfiles()
1579 std::error_code SampleProfileReaderGCC::readOneFunctionProfile( in readOneFunctionProfile() function in SampleProfileReaderGCC
1694 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset)) in readOneFunctionProfile()