Home
last modified time | relevance | path

Searched refs:FieldList (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtcompile.c66 DT_FIELD *FieldList);
90 DT_FIELD *FieldList; in DtDoCompile() local
122 FieldList = AslGbl_FieldList; in DtDoCompile()
134 FieldList = DtScanFile (AslGbl_Files[ASL_FILE_INPUT].Handle); in DtDoCompile()
140 if (!FieldList) in DtDoCompile()
152 Status = DtCompileDataTable (&FieldList); in DtDoCompile()
244 DT_FIELD *FieldList) in DtInsertCompilerIds() argument
261 Next = FieldList; in DtInsertCompilerIds()
290 DT_FIELD **FieldList) in DtCompileDataTable() argument
297 DT_FIELD *RootField = *FieldList; in DtCompileDataTable()
[all …]
H A Ddtcompilerparser.y114 FieldList { }
117 FieldList
118 : Field FieldList
H A Ddttable2.c1905 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompilePptt()
1911 while (FieldList) in DtCompilePptt()
1913 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO); in DtCompilePptt()
1917 FieldList = FieldList->Next; in DtCompilePptt()
2368 DT_FIELD *FieldList; in DtCompileSdev()
2391 FieldList = *PFieldList; in DtCompileSdev()
2392 while (FieldList) in DtCompileSdev()
2395 FieldList->Value, FieldList, Localitie in DtCompileSdev()
2226 DT_FIELD *FieldList = *(DT_FIELD **) List; DtCompileRsdt() local
2689 DT_FIELD *FieldList; DtCompileSlit() local
3503 DT_FIELD *FieldList = *(DT_FIELD **) List; DtCompileXsdt() local
[all...]
H A Ddtexpress.c319 DT_FIELD *FieldList) in DtDetectAllLabels() argument
327 GenericField = FieldList; in DtDetectAllLabels()
H A Ddtcompiler.h301 DT_FIELD *FieldList);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.h41 using FieldList = llvm::SmallVector<Field, 8>; variable
63 using const_field_iter = FieldList::const_iterator;
89 Record(const RecordDecl *, BaseList &&Bases, FieldList &&Fields,
101 FieldList Fields;
H A DRecord.cpp15 FieldList &&SrcFields, VirtualBaseList &&SrcVirtualBases, in Record()
H A DProgram.cpp267 Record::FieldList Fields; in getOrCreateRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h115 CVType FieldList(&Pre, sizeof(Pre)); in FieldListDeserializer()
116 consumeError(Mapping.Mapping.visitTypeBegin(FieldList)); in FieldListDeserializer()
121 CVType FieldList(&Pre, sizeof(Pre)); in ~FieldListDeserializer()
122 consumeError(Mapping.Mapping.visitTypeEnd(FieldList)); in ~FieldListDeserializer()
H A DTypeRecord.h389 : TypeRecord(TypeRecordKind::FieldList), Data(Data) {} in FieldListRecord()
420 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
422 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
452 TypeIndex getFieldList() const { return FieldList; } in getFieldList()
458 TypeIndex FieldList; variable
469 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument
472 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
500 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord()
502 : TagRecord(TypeRecordKind::Union, MemberCount, Options, FieldList, Name, in UnionRecord()
522 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() argument
[all …]
H A DContinuationRecordBuilder.h31 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
H A DCVTypeVisitor.h41 Error visitMemberRecordStream(ArrayRef<uint8_t> FieldList,
H A DCodeViewTypes.def45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators() local
72 assert(FieldList.kind() == LF_FIELDLIST); in NativeEnumEnumEnumerators()
74 cantFail(visitMemberRecordStream(FieldList.data(), *this)); in NativeEnumEnumEnumerators()
101 ClassParent.getEnumRecord().FieldList, Index, in getChildAtIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp287 FieldListRecord &FieldList) { in visitKnownRecord() argument
288 if (auto EC = codeview::visitMemberRecordStream(FieldList.Data, *this)) in visitKnownRecord()
336 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
349 P.formatLine("field list: {0}", Union.FieldList); in visitKnownRecord()
361 P.formatLine("field list: {0}, underlying type: {1}", Enum.FieldList, in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp42 return (CK == ContinuationRecordKind::FieldList) ? LF_FIELDLIST in getTypeLeafKind()
62 (RecordKind == ContinuationRecordKind::FieldList) in begin()
H A DCVTypeVisitor.cpp270 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream() argument
272 FieldListVisitHelper V(Callbacks, FieldList, VDS_BytesPresent); in visitMemberRecordStream()
H A DTypeRecordMapping.cpp431 error(IO.mapInteger(Record.FieldList, "FieldList")); in visitKnownRecord()
447 error(IO.mapInteger(Record.FieldList, "FieldList")); in visitKnownRecord()
462 error(IO.mapInteger(Record.FieldList, "FieldListType")); in visitKnownRecord()
H A DTypeDumpVisitor.cpp211 FieldListRecord &FieldList) { in visitKnownRecord() argument
212 if (auto EC = codeview::visitMemberRecordStream(FieldList.Data, *this)) in visitKnownRecord()
H A DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp499 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord()
521 IO.mapRequired("FieldList", Record.FieldList); in map()
532 IO.mapRequired("FieldList", Record.FieldList); in map()
541 IO.mapRequired("FieldList", Record.FieldList); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2114 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerTypeEnum()
2384 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerRecordFieldList()