Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
180 class RawInstrProfReader : public InstrProfReader {203 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function205 RawInstrProfReader(const RawInstrProfReader &) = delete;206 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;270 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;271 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
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()492 template class RawInstrProfReader<uint32_t>; variable[all …]