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()
414 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
420 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
426 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
459 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
488 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
516 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
544 template class RawInstrProfReader<uint32_t>; variable
545 template class RawInstrProfReader<uint64_t>; variable