Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
279 class RawInstrProfReader : public InstrProfReader {311 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function316 RawInstrProfReader(const RawInstrProfReader &) = delete;317 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;422 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;423 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
402 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()407 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()417 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()429 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()457 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()470 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()544 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()550 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()556 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()603 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()[all …]