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.cpp561 printTypeIndex("FieldListType", Class.getFieldList(), StreamTPI); in visitKnownRecord()
579 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord()
644 printTypeIndex("FieldList", Union.getFieldList(), StreamTPI); in visitKnownRecord()
1975 printTypeIndex("FieldList", Class.getFieldList(), StreamTPI); in visitKnownRecord()
2016 TypeIndex TIFieldList = Class.getFieldList(); in visitKnownRecord()
2026 TIFieldList = ReferenceRecord.getFieldList(); in visitKnownRecord()
2047 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord()
2086 TypeIndex TIFieldList = Enum.getFieldList(); in visitKnownRecord()
2446 printTypeIndex("FieldList", Union.getFieldList(), StreamTPI); in visitKnownRecord()
2477 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