Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp976 llvm::Constant *getBitmapBlockLayout(bool ComputeByrefLayout);
2657 llvm::Constant *CGObjCCommonMac::getBitmapBlockLayout(bool ComputeByrefLayout) { in getBitmapBlockLayout() function in CGObjCCommonMac
2896 return getBitmapBlockLayout(false); in BuildRCBlockLayout()
2915 llvm::Constant *Result = getBitmapBlockLayout(true); in BuildByrefLayout()