Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp239 auto VBPL = std::make_unique<VBPtrLayoutItem>(*this, std::move(VBP), in initializeChildren() local
241 VBPtr = VBPL.get(); in initializeChildren()
242 addChildToLayout(std::move(VBPL)); in initializeChildren()