Lines Matching refs:RawInstrProfReader
461 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
467 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()
485 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
495 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
507 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
535 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
548 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
636 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
642 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
648 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
716 Error RawInstrProfReader<IntPtrT>::readRawBitmapBytes(InstrProfRecord &Record) { in readRawBitmapBytes()
759 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
788 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
822 Error RawInstrProfReader<IntPtrT>::readBinaryIds( in readBinaryIds()
830 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
838 template class RawInstrProfReader<uint32_t>; variable
839 template class RawInstrProfReader<uint64_t>; variable