Home
last modified time | relevance | path

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

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