Home
last modified time | relevance | path

Searched refs:VBPtrType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h890 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 DMinimalTypeDumper.cpp582 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp716 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp664 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()