Searched defs:FieldList (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/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() 459 TypeIndex FieldList; variable 470 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() 523 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Record.h | 43 using FieldList = llvm::SmallVector<Field, 8>; variable
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 74 FieldListRecord FieldList; in NativeEnumEnumEnumerators() local
|
/openbsd-src/gnu/llvm/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 | 211 FieldListRecord &FieldList) { in visitKnownRecord()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 290 FieldListRecord &FieldList) { in visitKnownRecord()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 493 FieldListRecord FieldList; in fromCodeViewRecord() local
|