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.h700 ErrorOr<SampleContextFrames> readContextFromTable(size_t *RetIdx = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp554 SampleProfileReaderBinary::readContextFromTable(size_t *RetIdx) { in readContextFromTable() function in SampleProfileReaderBinary
570 auto FContext(readContextFromTable(&Idx)); in readSampleContextFromTable()