Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h98 class VTableLayoutItem : public LayoutItemBase {
100 VTableLayoutItem(const UDTLayoutBase &Parent,
144 VTableLayoutItem *VTable = nullptr;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp96 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem() function in VTableLayoutItem
219 std::make_unique<VTableLayoutItem>(*this, std::move(VTables[0])); in initializeChildren()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start()