Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DContinuationRecordBuilder.h32 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
DTypeRecord.h426 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord()
464 TypeIndex FieldList; variable
475 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord()
528 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators() local
/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/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp269 TypeIndex TypeTableBuilder::writeFieldList(FieldListRecordBuilder &FieldList) { in writeFieldList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp64 FieldListRecord &FieldList) { in visitKnownRecord()
DCVTypeVisitor.cpp270 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream()
DTypeDumpVisitor.cpp211 FieldListRecord &FieldList) { in visitKnownRecord()
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1062 class FieldList(list): class