Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp961 llvm::Constant *getBitmapBlockLayout(bool ComputeByrefLayout);
2438 llvm::Constant *CGObjCCommonMac::getBitmapBlockLayout(bool ComputeByrefLayout) { in getBitmapBlockLayout() function in CGObjCCommonMac
2636 return getBitmapBlockLayout(false); in BuildRCBlockLayout()
2648 llvm::Constant *Result = getBitmapBlockLayout(true); in BuildByrefLayout()