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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h890 TypeIndex BaseType, TypeIndex VBPtrType,
893 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
895 TypeIndex BaseType, TypeIndex VBPtrType,
898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {}
902 TypeIndex getVBPtrType() const { return VBPtrType; }
908 TypeIndex VBPtrType; member in class:llvm::codeview::VirtualBaseClassRecord
889 VirtualBaseClassRecord(TypeRecordKind Kind, MemberAttributes Attrs, TypeIndex BaseType, TypeIndex VBPtrType, uint64_t Offset, uint64_t Index) argument
894 VirtualBaseClassRecord(TypeRecordKind Kind, MemberAccess Access, TypeIndex BaseType, TypeIndex VBPtrType, uint64_t Offset, uint64_t Index) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp716 error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp581 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp663 IO.mapRequired("VBPtrType", Record.VBPtrType);

Completed in 197 milliseconds