Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h72 class VBPtrLayoutItem : public LayoutItemBase {
74 VBPtrLayoutItem(const UDTLayoutBase &Parent,
145 VBPtrLayoutItem *VBPtr = nullptr;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp79 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem() function in VBPtrLayoutItem
239 auto VBPL = std::make_unique<VBPtrLayoutItem>(*this, std::move(VBP), in initializeChildren()