Lines Matching refs:RawInstrProfReader
302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
312 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
350 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
363 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
408 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
414 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
420 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
453 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
482 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
511 template class RawInstrProfReader<uint32_t>; variable
512 template class RawInstrProfReader<uint64_t>; variable