Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h71 class VBPtrLayoutItem : public LayoutItemBase {
73 VBPtrLayoutItem(const UDTLayoutBase &Parent,
144 VBPtrLayoutItem *VBPtr = nullptr;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp82 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem() function in VBPtrLayoutItem
242 auto VBPL = std::make_unique<VBPtrLayoutItem>(*this, std::move(VBP), in initializeChildren()