Home
last modified time | relevance | path

Searched refs:getRecords (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h372 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
375 virtual Error getRecords(StringRef FuncName,
409 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
410 Error getRecords(StringRef FuncName,
446 virtual Error getRecords(StringRef FuncName,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp586 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
600 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
634 Error getRecords(StringRef FuncName, in getRecords() function in __anonae19aa6f0211::InstrProfReaderNullRemapper
636 return Underlying.getRecords(FuncName, Data); in getRecords()
693 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper
706 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords()
722 return Underlying.getRecords(FuncName, Data); in getRecords()
882 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
909 Error E = Index->getRecords(Data); in readNextRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
H A DRecord.cpp155 UnsortedClasses[0]->getRecords().RecordTypePool; in get()
176 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get()
747 D = CurRec->getRecords().getDef(Name->getValue()); in Fold()
1828 RecordKeeper &Records = Class->getRecords(); in instantiate()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp632 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand()
667 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
H A DAsmMatcherEmitter.cpp787 RecordKeeper &getRecords() const { in getRecords() function in __anonf14fc8a50111::AsmMatcherInfo
2798 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1676 RecordKeeper &getRecords() const { in getRecords() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1624 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()