Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
163 class RawInstrProfReader : public InstrProfReader {187 RawInstrProfReader(const RawInstrProfReader &) = delete;188 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;190 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function248 typedef RawInstrProfReader<uint32_t> RawInstrProfReader32;249 typedef RawInstrProfReader<uint64_t> RawInstrProfReader64;
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()[all …]