Lines Matching refs:RawInstrProfReader
233 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
243 std::error_code RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
256 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
282 void RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
296 RawInstrProfReader<IntPtrT>::readHeader(const RawInstrProf::Header &Header) { in readHeader()
336 std::error_code RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) { in readName()
346 std::error_code RawInstrProfReader<IntPtrT>::readFuncHash( in readFuncHash()
353 std::error_code RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
381 RawInstrProfReader<IntPtrT>::readValueProfilingData(InstrProfRecord &Record) { in readValueProfilingData()
408 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
435 template class RawInstrProfReader<uint32_t>; variable
436 template class RawInstrProfReader<uint64_t>; variable