Lines Matching defs:RawInstrProfReader
477 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const {
483 RawInstrProfReader<IntPtrT>::getTemporalProfTraces(
501 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
511 Error RawInstrProfReader<IntPtrT>::readHeader() {
523 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
551 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) {
580 Error RawInstrProfReader<IntPtrT>::readHeader(
707 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) {
713 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) {
719 Error RawInstrProfReader<IntPtrT>::readRawCounts(
787 Error RawInstrProfReader<IntPtrT>::readRawBitmapBytes(InstrProfRecord &Record) {
830 Error RawInstrProfReader<IntPtrT>::readValueProfilingData(
859 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) {
893 Error RawInstrProfReader<IntPtrT>::readBinaryIds(
901 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) {
909 template class RawInstrProfReader<uint32_t>;
910 template class RawInstrProfReader<uint64_t>;