Searched refs:RawInstrProfReader (Results 1 – 4 of 4) sorted by relevance
328 class RawInstrProfReader : public InstrProfReader {378 RawInstrProfReader( in RawInstrProfReader() function390 RawInstrProfReader(const RawInstrProfReader &) = delete;391 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;504 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;505 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
221 * RawInstrProfReader converts profiled virtual table addresses to virtual table
478 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()484 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()502 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()512 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()524 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()552 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()581 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()708 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()714 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()720 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()[all …]