Searched refs:addBlockLayout (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 389 static void addBlockLayout(CharUnits align, CharUnits size, in addBlockLayout() function 598 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo() 615 addBlockLayout(align, CGM.getPointerSize(), &CI, CGM.VoidPtrTy, in computeBlockInfo() 646 addBlockLayout(align, size, &CI, llvmType, VT, layout, info, CGM); in computeBlockInfo()
|