Searched refs:BuildIvarLayout (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/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() 5534 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout() function in CGObjCCommonMac
|