Lines Matching refs:RawInstrProfReader
466 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
472 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()
490 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
500 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
512 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
540 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
569 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
681 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
687 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
755 Error RawInstrProfReader<IntPtrT>::readRawBitmapBytes(InstrProfRecord &Record) { in readRawBitmapBytes()
798 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
827 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
861 Error RawInstrProfReader<IntPtrT>::readBinaryIds( in readBinaryIds()
869 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
877 template class RawInstrProfReader<uint32_t>; variable
878 template class RawInstrProfReader<uint64_t>; variable