Lines Matching refs:RawInstrProfReader
254 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
264 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
276 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
302 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
316 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
357 Error RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) { in readName()
363 Error RawInstrProfReader<IntPtrT>::readFuncHash(InstrProfRecord &Record) { in readFuncHash()
369 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
396 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
426 Error RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
454 template class RawInstrProfReader<uint32_t>; variable
455 template class RawInstrProfReader<uint64_t>; variable