Searched defs:FieldList (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.h | 24 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enumerator
|
H A D | TypeRecord.h | 421 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument 459 TypeIndex FieldList; variable 470 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument 523 EnumRecord(uint16_t MemberCount,ClassOptions Options,TypeIndex FieldList,StringRef Name,StringRef UniqueName,TypeIndex UnderlyingType) EnumRecord() argument [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.h |
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 74 FieldListRecord FieldList; in NativeEnumEnumEnumerators() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 69 FieldListRecord &FieldList) { in visitKnownRecord()
|
H A D | CVTypeVisitor.cpp | 271 Error llvm::codeview::visitMemberRecordStream(ArrayRef<uint8_t> FieldList, in visitMemberRecordStream()
|
H A D | TypeDumpVisitor.cpp | 212 FieldListRecord &FieldList) { in visitKnownRecord()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 292 FieldListRecord &FieldList) { in visitKnownRecord()
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 494 FieldListRecord FieldList; in fromCodeViewRecord() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2105 visitKnownRecord(CVType & Record,FieldListRecord & FieldList,TypeIndex TI,LVElement * Element) visitKnownRecord() argument 2938 visitFieldListMemberStream(TypeIndex TI,LVElement * Element,ArrayRef<uint8_t> FieldList) visitFieldListMemberStream() argument
|