Lines Matching refs:RawInstrProfReader
293 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
303 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
315 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
341 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
354 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
395 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
401 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
407 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
434 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
463 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
492 template class RawInstrProfReader<uint32_t>; variable
493 template class RawInstrProfReader<uint64_t>; variable