Searched refs:RawInstrProfReader (Results 1 – 4 of 4) sorted by relevance
310 class RawInstrProfReader : public InstrProfReader {352 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function359 RawInstrProfReader(const RawInstrProfReader &) = delete;360 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;469 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;470 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
221 * RawInstrProfReader converts profiled virtual table addresses to virtual table
466 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()472 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()490 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()500 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()512 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()540 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()569 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()681 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()687 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()[all …]