Home
last modified time | relevance | path

Searched refs:VBPtrLayoutItem (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h73 class VBPtrLayoutItem : public LayoutItemBase {
75 VBPtrLayoutItem(const UDTLayoutBase &Parent,
146 VBPtrLayoutItem *VBPtr = nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp80 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem() function in VBPtrLayoutItem
240 auto VBPL = llvm::make_unique<VBPtrLayoutItem>(*this, std::move(VBP), in initializeChildren()