Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp240 auto VBPL = llvm::make_unique<VBPtrLayoutItem>(*this, std::move(VBP), in initializeChildren() local
242 VBPtr = VBPL.get(); in initializeChildren()
243 addChildToLayout(std::move(VBPL)); in initializeChildren()