Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
203 class RawInstrProfReader : public InstrProfReader {226 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function228 RawInstrProfReader(const RawInstrProfReader &) = delete;229 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;307 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;308 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
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()408 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()414 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()420 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()453 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()482 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()[all …]