reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CGObjCMac.cpp
 1001   llvm::Constant *getBitmapBlockLayout(bool ComputeByrefLayout);

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2957   return getBitmapBlockLayout(false);
 2976     llvm::Constant *Result = getBitmapBlockLayout(true);