Searched refs:VBPtrType (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 889 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 892 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 894 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 897 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 901 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 907 TypeIndex VBPtrType; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 577 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 697 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 660 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|