Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp250 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord()
264 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord()
278 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h452 TypeIndex getFieldList() const { return FieldList; } in getFieldList() function