Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java74 List <Record> records = data.getRecords(); in probeDataString()
115 List <Record> records = data.getRecords(); in main()
H A DTestProbeData.java70 buf.append(p.getRecords()); in getString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h532 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 DInstrProfReader.cpp936 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 DPerfSupportPlugin.cpp215 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 DSerializerBase.h102 for (const auto &Record : API.getRecords()) in traverseRecordRecords()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
H A DRecord.cpp233 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 DTGParser.cpp114 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 DRecord.h1705 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 DCodeGenRegisters.cpp635 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 DDAGISelMatcherGen.cpp695 Record *ImpDef = Def->getRecords().getDef("IMPLICIT_DEF"); in EmitResultLeafAsOperand()
H A DDecoderEmitter.cpp229 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField()
233 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
H A DAsmMatcherEmitter.cpp801 RecordKeeper &getRecords() const { in getRecords() function in __anonf87813900111::AsmMatcherInfo
2822 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
H A DGlobalISelCombinerEmitter.cpp657 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java246 List <Record> records = data.getRecords(); in consumeProbeData()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1070 modifyRecords(API.getRecords(), Decl->getName()); in VisitTypedefNameDecl()
H A DAPI.h1552 const RecordMap<RecordRecord> &getRecords() const { return Records; }
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1637 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()