Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h97 class VTableLayoutItem : public LayoutItemBase {
99 VTableLayoutItem(const UDTLayoutBase &Parent,
143 VTableLayoutItem *VTable = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp99 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem() function in VTableLayoutItem
222 std::make_unique<VTableLayoutItem>(*this, std::move(VTables[0])); in initializeChildren()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp69 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start()