Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h99 class VTableLayoutItem : public LayoutItemBase {
101 VTableLayoutItem(const UDTLayoutBase &Parent,
145 VTableLayoutItem *VTable = nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp97 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem() function in VTableLayoutItem
220 llvm::make_unique<VTableLayoutItem>(*this, std::move(VTables[0])); in initializeChildren()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp69 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start()