Searched defs:FieldList (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | ContinuationRecordBuilder.h | 33 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
|
D | TypeDeserializer.h | 115 CVType FieldList; in FieldListDeserializer() local 121 CVType FieldList; in ~FieldListDeserializer() local
|
D | TypeRecord.h | 410 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/ |
D | TypeTableBuilder.cpp | 269 TypeIndex TypeTableBuilder::writeFieldList(FieldListRecordBuilder &FieldList) { in writeFieldList()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 446 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()
|
D | CodeView.h | 25 FieldList = 0x1203, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 65 FieldListRecord &FieldList) { in visitKnownRecord()
|
D | CVTypeVisitor.cpp | 271 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream()
|
D | TypeDumpVisitor.cpp | 212 FieldListRecord &FieldList) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 256 FieldListRecord &FieldList) { in visitKnownRecord()
|
/external/python/apitools/apitools/base/protorpclite/ |
D | messages.py | 1062 class FieldList(list): class
|