Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp54 Expected<BitstreamEntry> PGOCtxProfileReader::advance() { in advance()
58 Error PGOCtxProfileReader::wrongValue(const Twine &Msg) { in wrongValue()
62 Error PGOCtxProfileReader::unsupported(const Twine &Msg) { in unsupported()
66 bool PGOCtxProfileReader::canReadContext() { in canReadContext()
77 PGOCtxProfileReader::readContext(bool ExpectIndex) { in readContext()
141 Error PGOCtxProfileReader::readMetadata() { in readMetadata()
163 PGOCtxProfileReader::loadContexts() { in loadContexts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h40 friend class PGOCtxProfileReader;
75 class PGOCtxProfileReader final {
87 PGOCtxProfileReader(BitstreamCursor &Cursor) : Cursor(Cursor) {} in PGOCtxProfileReader() function