Home
last modified time | relevance | path

Searched defs:FieldList (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DContinuationRecordBuilder.h33 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
DTypeDeserializer.h115 CVType FieldList; in FieldListDeserializer() local
121 CVType FieldList; in ~FieldListDeserializer() local
DTypeRecord.h410 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord()
440 TypeIndex FieldList; variable
451 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord()
504 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp269 TypeIndex TypeTableBuilder::writeFieldList(FieldListRecordBuilder &FieldList) { in writeFieldList()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h446 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord()
469 TypeIndex FieldList; variable
478 HfaKind Hfa, WindowsRTClassKind WinRTKind, TypeIndex FieldList, in ClassRecord()
502 TypeIndex FieldList; // LF_FIELDLIST: List of all kinds of members member
540 TypeIndex FieldList; // LF_FIELDLIST: List of all kinds of members member
557 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord()
DCodeView.h25 FieldList = 0x1203, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp65 FieldListRecord &FieldList) { in visitKnownRecord()
DCVTypeVisitor.cpp271 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream()
DTypeDumpVisitor.cpp212 FieldListRecord &FieldList) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp256 FieldListRecord &FieldList) { in visitKnownRecord()
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1062 class FieldList(list): class