Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h453 TypeIndex getFieldList() const { return FieldList; } in getFieldList() function