Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp118 Builder.writeTypeIndex(Record.getFieldList()); in writeClass()
138 Builder.writeTypeIndex(Record.getFieldList()); in writeUnion()
154 Builder.writeTypeIndex(Record.getFieldList()); in writeEnum()
DTypeDumper.cpp264 printTypeIndex("FieldList", Class.getFieldList()); in visitClass()
279 printTypeIndex("FieldList", Union.getFieldList()); in visitUnion()
294 printTypeIndex("FieldListType", Enum.getFieldList()); in visitEnum()
/external/autotest/frontend/client/src/autotest/tko/
DDBColumnSelector.java20 for (FieldInfo fieldInfo : TkoUtils.getFieldList(view)) { in DBColumnSelector()
DHeaderFieldCollection.java22 for (FieldInfo fieldInfo : TkoUtils.getFieldList(fieldListName)) { in populateFromList()
DTkoUtils.java37 public static List<FieldInfo> getFieldList(String listName) { in getFieldList() method in TkoUtils
DCommonPanel.java244 for (FieldInfo fieldInfo : TkoUtils.getFieldList("all_fields")) { in generateQuickReferencePopup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp251 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord()
265 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord()
279 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h434 TypeIndex getFieldList() const { return FieldList; } in getFieldList() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h462 TypeIndex getFieldList() const { return FieldList; } in getFieldList() function