Searched refs:addBlockLayout (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 405 static void addBlockLayout(CharUnits align, CharUnits size, in addBlockLayout() function 614 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo() 631 addBlockLayout(align, CGM.getPointerSize(), &CI, CGM.VoidPtrTy, in computeBlockInfo() 662 addBlockLayout(align, size, &CI, llvmType, VT, layout, info, CGM); in computeBlockInfo()
|