Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
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()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp1002 llvm::Constant *getBitmapBlockLayout(bool ComputeByrefLayout);
2737 llvm::Constant *CGObjCCommonMac::getBitmapBlockLayout(bool ComputeByrefLayout) { in getBitmapBlockLayout() function in CGObjCCommonMac
2976 return getBitmapBlockLayout(false); in BuildRCBlockLayout()
2995 llvm::Constant *Result = getBitmapBlockLayout(true); in BuildByrefLayout()