Searched refs:BuildIvarLayout (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 968 llvm::Constant *BuildIvarLayout(const ObjCImplementationDecl *OI, 977 return BuildIvarLayout(OI, beginOffset, endOffset, true, false); in BuildStrongIvarLayout() 984 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars); in BuildWeakIvarLayout() 5566 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout() function in CGObjCCommonMac
|