Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:RawInstrProfReader

254 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
264 Error RawInstrProfReader<IntPtrT>::readHeader() {
276 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
302 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) {
316 Error RawInstrProfReader<IntPtrT>::readHeader(
357 Error RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) {
363 Error RawInstrProfReader<IntPtrT>::readFuncHash(InstrProfRecord &Record) {
369 Error RawInstrProfReader<IntPtrT>::readRawCounts(
396 Error RawInstrProfReader<IntPtrT>::readValueProfilingData(
426 Error RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
454 template class RawInstrProfReader<uint32_t>;
455 template class RawInstrProfReader<uint64_t>;