Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h432 Error readRawBitmapBytes(InstrProfRecord &Record);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp716 Error RawInstrProfReader<IntPtrT>::readRawBitmapBytes(InstrProfRecord &Record) { in readRawBitmapBytes() function in RawInstrProfReader
809 if (Error E = readRawBitmapBytes(Record)) in readNextRecord()