Home
last modified time | relevance | path

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

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