Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c174 DT_FIELD *FieldList);
198 DT_FIELD *FieldList; in DtDoCompile() local
230 FieldList = AslGbl_FieldList; in DtDoCompile()
248 if (!FieldList) in DtDoCompile()
351 DT_FIELD *FieldList) in DtInsertCompilerIds() argument
368 Next = FieldList; in DtInsertCompilerIds()
397 DT_FIELD **FieldList) in DtCompileDataTable() argument
414 *FieldList, AslGbl_MsgBuffer); in DtCompileDataTable()
428 Status = DtCompileFacs (FieldList); in DtCompileDataTable()
458 DtInsertCompilerIds (*FieldList); in DtCompileDataTable()
[all …]
H A Ddtcompilerparser.y215 FieldList { }
218 FieldList
219 : Field FieldList
H A Ddttable2.c1247 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileRsdt() local
1253 while (FieldList) in DtCompileRsdt()
1259 FieldList = FieldList->Next; in DtCompileRsdt()
1623 DT_FIELD *FieldList; in DtCompileSlit() local
1646 FieldList = *PFieldList; in DtCompileSlit()
1647 while (FieldList) in DtCompileSlit()
1650 FieldList->Value, FieldList, Localities); in DtCompileSlit()
1655 EndOfFieldList = FieldList; in DtCompileSlit()
1656 FieldList = FieldList->Next; in DtCompileSlit()
2296 while (FieldList) in DtCompileXsdt()
[all …]
H A Ddtexpress.c427 DT_FIELD *FieldList) in DtDetectAllLabels() argument
435 GenericField = FieldList; in DtDetectAllLabels()
H A Ddtcompiler.h409 DT_FIELD *FieldList);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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)
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp428 return cr.FieldList; in GetFieldListIndex()
433 return ur.FieldList; in GetFieldListIndex()
438 return er.FieldList; in GetFieldListIndex()
H A DPdbAstBuilder.cpp342 CVType field_list = m_index.tpi().getType(tag.asTag().FieldList); in BuildParentMap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2114 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerTypeEnum()
2385 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerRecordFieldList()