HomeSort by: relevance | last modified time | path
    Searched refs:getRecords (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 372 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,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 586 Error InstrProfReaderIndex<HashTableImpl>::getRecords(
600 Error InstrProfReaderIndex<HashTableImpl>::getRecords(
634 Error getRecords(StringRef FuncName,
636 return Underlying.getRecords(FuncName, Data);
693 Error getRecords(StringRef FuncName,
706 Error E = Underlying.getRecords(Reconstituted, Data);
722 return Underlying.getRecords(FuncName, Data);
882 Error Err = Remapper->getRecords(FuncName, Data);
909 Error E = Index->getRecords(Data);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
SetTheory.cpp 214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords();
Record.cpp 155 UnsortedClasses[0]->getRecords().RecordTypePool;
176 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords());
747 D = CurRec->getRecords().getDef(Name->getValue());
1828 RecordKeeper &Records = Class->getRecords();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 632 Record *RegisterCl = Def->getRecords().getClass("Register");
667 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords()));
AsmMatcherEmitter.cpp 787 RecordKeeper &getRecords() const {
2798 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias");
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 1624 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1676 RecordKeeper &getRecords() const {

Completed in 65 milliseconds