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

Derived Classes

tools/clang/lib/CodeGen/CGObjCMac.cpp
 1209 class CGObjCMac : public CGObjCCommonMac {
 1394 class CGObjCNonFragileABIMac : public CGObjCCommonMac {

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 1209 class CGObjCMac : public CGObjCCommonMac {
 1394 class CGObjCNonFragileABIMac : public CGObjCCommonMac {
 2342     llvm::Constant *buildBitmap(CGObjCCommonMac &CGObjC,
 2866     const SmallVectorImpl<CGObjCCommonMac::RUN_SKIP> &RunSkipBlockVars,
 2869   for (const CGObjCCommonMac::RUN_SKIP &R : RunSkipBlockVars) {
 2870     if (R.opcode == CGObjCCommonMac::BLOCK_LAYOUT_UNRETAINED) {
 2882       case CGObjCCommonMac::BLOCK_LAYOUT_STRONG:
 2885       case CGObjCCommonMac::BLOCK_LAYOUT_BYREF:
 2888       case CGObjCCommonMac::BLOCK_LAYOUT_WEAK:
 5264 llvm::Constant *IvarLayoutBuilder::buildBitmap(CGObjCCommonMac &CGObjC,