Searched refs:VTableLayoutItem (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h98 class VTableLayoutItem : public LayoutItemBase { class in namespace:llvm::pdb
100 VTableLayoutItem(const UDTLayoutBase &Parent,
144 VTableLayoutItem *VTable = nullptr;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp96 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, function in class:VTableLayoutItem
219 std::make_unique<VTableLayoutItem>(*this, std::move(VTables[0]));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem);

Completed in 180 milliseconds