Searched refs:VBPtrType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 890 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 893 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 902 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 908 TypeIndex VBPtrType; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 582 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 716 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 664 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|