Searched refs:records (Results 1 - 25 of 49) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp1 //=== ASTTableGen.cpp - Helper functions for working with AST records -----===//
108 static void visitHierarchy(RecordKeeper &records, argument
112 if (!records.getClass(nodeClassName)) {
118 auto nodes = records.getAllDerivedDefinitions(nodeClassName);
139 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records, argument
142 visitHierarchy(records, nodeClassName, visit);
H A DClangTypeNodesEmitter.cpp83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out) argument
84 : Records(records), Out(out),
105 PrintFatalError("no Type records in input!");
206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) { argument
207 TypeNodeEmitter(records, out).emit();
H A DClangASTPropertiesEmitter.cpp98 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) argument
99 : Out(out), Records(records) {
103 records.getAllDerivedDefinitions(PropertyClassName)) {
110 records.getAllDerivedDefinitions(CreationRuleClassName)) {
124 records.getAllDerivedDefinitions(OverrideRuleClassName)) {
138 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) {
152 records.getAllDerivedDefinitions(PropertyTypeClassName)) {
162 records.getAllDerivedDefinitions(TypeKindClassName)) {
175 records.getAllDerivedDefinitions(TypeCaseClassName)) {
594 static void emitASTReader(RecordKeeper &records, raw_ostrea argument
601 EmitClangTypeReader(RecordKeeper &records, raw_ostream &out) argument
608 emitASTWriter(RecordKeeper &records, raw_ostream &out, StringRef description) argument
615 EmitClangTypeWriter(RecordKeeper &records, raw_ostream &out) argument
854 EmitClangBasicReader(RecordKeeper &records, raw_ostream &out) argument
864 EmitClangBasicWriter(RecordKeeper &records, raw_ostream &out) argument
[all...]
H A DASTTableGen.h486 void visitASTNodeHierarchyImpl(llvm::RecordKeeper &records,
491 void visitASTNodeHierarchy(llvm::RecordKeeper &records, argument
493 visitASTNodeHierarchyImpl(records, NodeClass::getTableGenNodeClassName(),
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h74 * and where the records start--always
81 /* Number of records in the table.
92 /* Maximum possible number of records
140 struct eeprom_table_record *records, const u32 num);
143 struct eeprom_table_record *records, const u32 num);
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py194 records = group.split(RS)
196 'pid': records[0],
197 'ppid': records[1],
198 'function': records[2],
199 'directory': records[3],
200 'command': records[4].split(US)[:-1]
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.h29 /// Storage for records. These need to outlive the TypeTableBuilder.
40 /// Contains a list of all records indexed by TypeIndex.toArrayIndex().
63 ArrayRef<ArrayRef<uint8_t>> records() const;
H A DAppendingTypeTableBuilder.h31 /// Contains a list of all records indexed by TypeIndex.toArrayIndex().
54 ArrayRef<ArrayRef<uint8_t>> records() const;
H A DGlobalTypeTableBuilder.h30 /// Storage for records. These need to outlive the TypeTableBuilder.
41 /// Contains a list of all records indexed by TypeIndex.toArrayIndex().
67 ArrayRef<ArrayRef<uint8_t>> records() const;
95 // (initially misbehaved) record will now come *after* other records
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h88 /* Applies enumerator to all records involving address sending context as
89 * enumerator's second parameter; if !address, applies enumerator to all records
123 stack_logging_record_t records[0]; /* records follow here */ member in struct:__anon1827
142 /* Gets all the records about address;
143 If !address, gets all records */
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h38 for (const auto &R : SMP.records()) {
H A Dllvm-readobj.cpp702 dumpCodeViewMergedTypes(*Writer.get(), CVTypes.GlobalIDTable.records(),
703 CVTypes.GlobalTypeTable.records());
705 dumpCodeViewMergedTypes(*Writer.get(), CVTypes.IDTable.records(),
706 CVTypes.TypeTable.records());
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp64 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const { function in class:AppendingTypeTableBuilder
98 "This function cannot be used to insert records!");
H A DGlobalTypeTableBuilder.cpp67 ArrayRef<ArrayRef<uint8_t>> GlobalTypeTableBuilder::records() const { function in class:GlobalTypeTableBuilder
111 "This function cannot be used to insert records!");
H A DMergingTypeTableBuilder.cpp68 ArrayRef<ArrayRef<uint8_t>> MergingTypeTableBuilder::records() const { function in class:MergingTypeTableBuilder
124 "This function cannot be used to insert records!");
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h167 TGParser(SourceMgr &SM, ArrayRef<std::string> Macros, RecordKeeper &records, argument
170 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records),
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc370 * Following are a sequence of variable length records. The prefix/header
372 * records is NumValueKinds.
661 * 1 in bit 57 indicates there are context-sensitive records in the profile.
825 * range and used to store in the runtime profile data records and the VP
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc370 * Following are a sequence of variable length records. The prefix/header
372 * records is NumValueKinds.
661 * 1 in bit 57 indicates there are context-sensitive records in the profile.
825 * range and used to store in the runtime profile data records and the VP
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Functions/t/
H A DFunctions.t106 Functions for fixed-length data or records:
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h54 /// Accessor for function records.
69 /// Get the number of callsite records.
110 /// Accessor for location records.
200 /// Accessor for stackmap records.
358 /// Get the number of stackmap records in the stackmap.
415 /// Begin iterator for records.
422 /// End iterator for records.
432 /// Iterator range for records.
433 iterator_range<record_iterator> records() const { function in class:llvm::StackMapParser::LocationKind
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsplit.t685 my @records = (
690 for (@records) {
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm256 Causes records to be flushed I<only> when the file is closed, or when an
387 Disallow records to span block boundaries.
517 Prohibits RMS from automatically unlocking records.
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp281 CodeGenTarget::CodeGenTarget(RecordKeeper &records) argument
282 : Records(records), CGH(records) {
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm16 my $DEFAULT_AUTODEFER_THRESHHOLD = 3; # 3 records
62 $opts{deferred} = {}; # no records are presently deferred
145 # Chomp many records in-place; return nothing useful
391 # perhaps in this case I should also remove trailing null records?
393 # Note that delete @a[-3..-1] deletes the records in the wrong order,
395 # by tracking deleted records inside the object.
487 # might have been called to flush out the deferred-write records,
507 # modified records
518 # moved records - records pas
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp101 return CVType(TS.records().back());
507 return CVType(TS.records().back());
820 for (const auto &R : TS.records()) {

Completed in 282 milliseconds

12