Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c174 DT_FIELD *FieldList);
198 DT_FIELD *FieldList; in DtDoCompile() local
236 if (!FieldList) in DtDoCompile()
346 DT_FIELD *FieldList) in DtInsertCompilerIds() argument
363 Next = FieldList; in DtInsertCompilerIds()
392 DT_FIELD **FieldList) in DtCompileDataTable() argument
409 *FieldList, AslGbl_MsgBuffer); in DtCompileDataTable()
423 Status = DtCompileFacs (FieldList); in DtCompileDataTable()
434 Status = DtCompileRsdp (FieldList); in DtCompileDataTable()
453 DtInsertCompilerIds (*FieldList); in DtCompileDataTable()
[all …]
H A Ddttable2.c1247 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileRsdt() local
1253 while (FieldList) in DtCompileRsdt()
1259 FieldList = FieldList->Next; in DtCompileRsdt()
1622 DT_FIELD *FieldList; in DtCompileSlit() local
1642 FieldList = *PFieldList; in DtCompileSlit()
1643 while (FieldList) in DtCompileSlit()
1646 FieldList->Value, FieldList, Localities); in DtCompileSlit()
1650 FieldList = FieldList->Next; in DtCompileSlit()
2269 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileXsdt() local
2275 while (FieldList) in DtCompileXsdt()
[all …]
H A Ddtexpress.c427 DT_FIELD *FieldList) in DtDetectAllLabels() argument
435 GenericField = FieldList; in DtDetectAllLabels()
H A Ddtcompiler.h394 DT_FIELD *FieldList);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h115 CVType FieldList; in FieldListDeserializer() local
116 FieldList.Type = TypeLeafKind::LF_FIELDLIST; in FieldListDeserializer()
117 consumeError(Mapping.Mapping.visitTypeBegin(FieldList)); in FieldListDeserializer()
121 CVType FieldList; in ~FieldListDeserializer() local
122 FieldList.Type = TypeLeafKind::LF_FIELDLIST; in ~FieldListDeserializer()
123 consumeError(Mapping.Mapping.visitTypeEnd(FieldList)); in ~FieldListDeserializer()
H A DTypeRecord.h396 : TypeRecord(TypeRecordKind::FieldList), Data(Data) {} in FieldListRecord()
427 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
429 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
459 TypeIndex getFieldList() const { return FieldList; } in getFieldList()
465 TypeIndex FieldList; variable
476 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument
479 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
507 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord()
509 : TagRecord(TypeRecordKind::Union, MemberCount, Options, FieldList, Name, in UnionRecord()
529 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() argument
[all …]
H A DContinuationRecordBuilder.h33 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
H A DCVTypeVisitor.h42 Error visitMemberRecordStream(ArrayRef<uint8_t> FieldList,
H A DCodeViewTypes.def46 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp70 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
72 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators() local
73 assert(FieldList.kind() == LF_FIELDLIST); in NativeEnumEnumEnumerators()
75 cantFail(visitMemberRecordStream(FieldList.data(), *this)); in NativeEnumEnumEnumerators()
102 ClassParent.getEnumRecord().FieldList, Index, in getChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp281 FieldListRecord &FieldList) { in visitKnownRecord() argument
282 if (auto EC = codeview::visitMemberRecordStream(FieldList.Data, *this)) in visitKnownRecord()
330 Class.VTableShape, Class.DerivationList, Class.FieldList); in visitKnownRecord()
343 P.formatLine("field list: {0}", Union.FieldList); in visitKnownRecord()
355 P.formatLine("field list: {0}, underlying type: {1}", Enum.FieldList, in visitKnownRecord()
/freebsd-12.1/contrib/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.cpp271 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream() argument
273 FieldListVisitHelper V(Callbacks, FieldList, VDS_BytesPresent); in visitMemberRecordStream()
H A DTypeRecordMapping.cpp221 error(IO.mapInteger(Record.FieldList)); in visitKnownRecord()
234 error(IO.mapInteger(Record.FieldList)); in visitKnownRecord()
246 error(IO.mapInteger(Record.FieldList)); in visitKnownRecord()
H A DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord() argument
213 if (auto EC = codeview::visitMemberRecordStream(FieldList.Data, *this)) in visitKnownRecord()
H A DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp427 return cr.FieldList; in GetFieldListIndex()
432 return ur.FieldList; in GetFieldListIndex()
437 return er.FieldList; in GetFieldListIndex()
H A DPdbAstBuilder.cpp345 CVType field_list = m_index.tpi().getType(tag.asTag().FieldList); in BuildParentMap()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp495 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord()
517 IO.mapRequired("FieldList", Record.FieldList); in map()
528 IO.mapRequired("FieldList", Record.FieldList); in map()
537 IO.mapRequired("FieldList", Record.FieldList); in map()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2001 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerTypeEnum()
2254 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerRecordFieldList()