Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
152 class RawInstrProfReader : public InstrProfReader {170 RawInstrProfReader(const RawInstrProfReader &) = delete;171 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;173 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function225 typedef RawInstrProfReader<uint32_t> RawInstrProfReader32;226 typedef RawInstrProfReader<uint64_t> RawInstrProfReader64;
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()[all …]