Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h650 virtual ErrorOr<SampleContext> readSampleContextFromTable();
720 ErrorOr<SampleContext> readSampleContextFromTable() override;
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp460 ErrorOr<SampleContext> SampleProfileReaderBinary::readSampleContextFromTable() { in readSampleContextFromTable() function in SampleProfileReaderBinary
593 ErrorOr<SampleContext> FContext(readSampleContextFromTable()); in readFuncProfile()
632 SampleProfileReaderExtBinaryBase::readSampleContextFromTable() { in readSampleContextFromTable() function in SampleProfileReaderExtBinaryBase
739 auto FContext(readSampleContextFromTable()); in readFuncOffsetTable()
1121 auto FContext(readSampleContextFromTable()); in readFuncMetadata()
1145 auto FContext(readSampleContextFromTable()); in readFuncMetadata()