Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:InstrProfRecord

139 TextInstrProfReader::readValueProfileData(InstrProfRecord &Record) {
202 Error TextInstrProfReader::readNextRecord(InstrProfRecord &Record) {
357 Error RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) {
363 Error RawInstrProfReader<IntPtrT>::readFuncHash(InstrProfRecord &Record) {
370 InstrProfRecord &Record) {
397 InstrProfRecord &Record) {
426 Error RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
528 StringRef FuncName, ArrayRef<InstrProfRecord> &Data) {
542 ArrayRef<InstrProfRecord> &Data) {
677 Expected<InstrProfRecord>
680 ArrayRef<InstrProfRecord> Data;
697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash);
705 Error IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) {
708 ArrayRef<InstrProfRecord> Data;