Lines Matching defs:RawInstrProfReader
466 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const {
472 RawInstrProfReader<IntPtrT>::getTemporalProfTraces(
490 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
500 Error RawInstrProfReader<IntPtrT>::readHeader() {
512 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
540 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) {
569 Error RawInstrProfReader<IntPtrT>::readHeader(
675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) {
681 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) {
687 Error RawInstrProfReader<IntPtrT>::readRawCounts(
755 Error RawInstrProfReader<IntPtrT>::readRawBitmapBytes(InstrProfRecord &Record) {
798 Error RawInstrProfReader<IntPtrT>::readValueProfilingData(
827 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) {
861 Error RawInstrProfReader<IntPtrT>::readBinaryIds(
869 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) {
877 template class RawInstrProfReader<uint32_t>;
878 template class RawInstrProfReader<uint64_t>;