Home
last modified time | relevance | path

Searched refs:getFieldList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp251 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord()
265 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord()
279 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp574 printTypeIndex("FieldListType", Class.getFieldList(), StreamTPI); in visitKnownRecord()
592 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord()
657 printTypeIndex("FieldList", Union.getFieldList(), StreamTPI); in visitKnownRecord()
1982 printTypeIndex("FieldList", Class.getFieldList(), StreamTPI); in visitKnownRecord()
2022 TypeIndex TIFieldList = Class.getFieldList(); in visitKnownRecord()
2032 TIFieldList = ReferenceRecord.getFieldList(); in visitKnownRecord()
2053 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord()
2092 TypeIndex TIFieldList = Enum.getFieldList(); in visitKnownRecord()
2452 printTypeIndex("FieldList", Union.getFieldList(), StreamTPI); in visitKnownRecord()
2482 if (!Union.getFieldList().isNoneType()) { in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h453 TypeIndex getFieldList() const { return FieldList; } in getFieldList() function