Lines Matching refs:RawInstrProfReader
317 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
322 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
332 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
344 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
372 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
385 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
459 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
465 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
471 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
518 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
547 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
579 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
626 template class RawInstrProfReader<uint32_t>; variable
627 template class RawInstrProfReader<uint64_t>; variable