Searched refs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance
258 class RawInstrProfReader : public InstrProfReader {288 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function293 RawInstrProfReader(const RawInstrProfReader &) = delete;294 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;390 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;391 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
317 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()332 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()344 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()372 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()385 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()459 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()471 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()518 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()579 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()626 template class RawInstrProfReader<uint32_t>; variable[all …]