Searched refs:addChildToLayout (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp215 addChildToLayout(std::move(BL));
226 addChildToLayout(std::move(VTLayout));
232 addChildToLayout(std::move(DM));
245 addChildToLayout(std::move(VBPL));
262 addChildToLayout(std::move(BL));
280 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { function in class:UDTLayoutBase
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h130 void addChildToLayout(std::unique_ptr<LayoutItemBase> Child);

Completed in 97 milliseconds