| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestMultiAggPrinta.java | 74 List <Record> records = data.getRecords(); in probeDataString() 115 List <Record> records = data.getRecords(); in main()
|
| H A D | TestProbeData.java | 70 buf.append(p.getRecords()); in getString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 532 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0; 535 virtual Error getRecords(StringRef FuncName, 579 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override; 580 Error getRecords(StringRef FuncName, 634 virtual Error getRecords(StringRef FuncName,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 936 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 951 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 991 Error getRecords(StringRef FuncName, in getRecords() function in __anone49ec3fa0211::InstrProfReaderNullRemapper 993 return Underlying.getRecords(FuncName, Data); in getRecords() 1051 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper 1064 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords() 1080 return Underlying.getRecords(FuncName, Data); in getRecords() 1337 auto Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord() 1345 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord() 1451 Error E = Index->getRecords(Data); in readNextRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | PerfSupportPlugin.cpp | 215 static PerfJITRecordBatch getRecords(ExecutionSession &ES, LinkGraph &G, in getRecords() function 274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
| H A D | SerializerBase.h | 102 for (const auto &Record : API.getRecords()) in traverseRecordRecords()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
| H A D | Record.cpp | 233 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get() 247 return get(Class->getRecords(), Class); in get() 2246 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get() 2266 RecordKeeper &Records = Class->getRecords(); in instantiate()
|
| H A D | TGParser.cpp | 114 RecordKeeper &RK = CurRec.getRecords(); in QualifyName() 131 return QualifyName(Rec, StringInit::get(Rec.getRecords(), "NAME")); in QualifiedNameOfImplicitName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1705 ID(getNewUID(O.getRecords())), Kind(O.Kind) {} in Record() 1781 return getValue(StringInit::get(getRecords(), Name)); in getValue() 1812 removeValue(StringInit::get(getRecords(), Name)); in removeValue() 1873 RecordKeeper &getRecords() const { in getRecords() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 635 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand() 641 RecordKeeper &RK = Def->getRecords(); in expand() 671 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
|
| H A D | DAGISelMatcherGen.cpp | 695 Record *ImpDef = Def->getRecords().getDef("IMPLICIT_DEF"); in EmitResultLeafAsOperand()
|
| H A D | DecoderEmitter.cpp | 229 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField() 233 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
|
| H A D | AsmMatcherEmitter.cpp | 801 RecordKeeper &getRecords() const { in getRecords() function in __anonf87813900111::AsmMatcherInfo 2822 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
|
| H A D | GlobalISelCombinerEmitter.cpp | 657 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 246 List <Record> records = data.getRecords(); in consumeProbeData()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1070 modifyRecords(API.getRecords(), Decl->getName()); in VisitTypedefNameDecl()
|
| H A D | API.h | 1552 const RecordMap<RecordRecord> &getRecords() const { return Records; }
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1637 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|