Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp1002 llvm::Constant *getBitmapBlockLayout(bool ComputeByrefLayout);
2695 llvm::Constant *CGObjCCommonMac::getBitmapBlockLayout(bool ComputeByrefLayout) { in getBitmapBlockLayout() function in CGObjCCommonMac
2934 return getBitmapBlockLayout(false); in BuildRCBlockLayout()
2952 llvm::Constant *Result = getBitmapBlockLayout(true); in BuildByrefLayout()