Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h642 ErrorOr<SampleContextFrames> readContextFromTable(size_t *RetIdx = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp532 SampleProfileReaderBinary::readContextFromTable(size_t *RetIdx) { in readContextFromTable() function in SampleProfileReaderBinary
548 auto FContext(readContextFromTable(&Idx)); in readSampleContextFromTable()