Lines Matching defs:CGObjCNonFragileABIMac

1275 class CGObjCNonFragileABIMac : public CGObjCCommonMac {
1459 CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm);
5005 CGObjCNonFragileABIMac::CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm)
5477 llvm::Function *CGObjCNonFragileABIMac::ModuleInitFunction() {
5483 void CGObjCNonFragileABIMac::
5512 void CGObjCNonFragileABIMac::FinishNonFragileABIModule() {
5551 bool CGObjCNonFragileABIMac::isVTableDispatchedSelector(Selector Sel) {
5624 llvm::GlobalVariable * CGObjCNonFragileABIMac::BuildClassRoTInitializer(
5674 assert(OID && "CGObjCNonFragileABIMac::BuildClassRoTInitializer");
5717 llvm::GlobalVariable *CGObjCNonFragileABIMac::BuildClassMetaData(
5745 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
5749 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
5765 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
5792 "CGObjCNonFragileABIMac::GenerateClass - class is 0");
5918 llvm::Value *CGObjCNonFragileABIMac::GenerateProtocolRef(CodeGenFunction &CGF,
5956 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
6039 llvm::Constant *CGObjCNonFragileABIMac::GetMethodConstant(
6062 CGObjCNonFragileABIMac::EmitMethodList(Twine Name,
6093 CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
6108 CGObjCNonFragileABIMac::EmitIvarOffsetVar(const ObjCInterfaceDecl *ID,
6146 llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList(
6152 assert(OID && "CGObjCNonFragileABIMac::EmitIvarList - null interface");
6208 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocolRef(
6245 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocol(
6369 CGObjCNonFragileABIMac::EmitProtocolList(Twine Name,
6422 CGObjCNonFragileABIMac::GetMethodDescriptionConstant(const ObjCMethodDecl *MD) {
6442 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
6454 llvm::Value *CGObjCNonFragileABIMac::EmitIvarOffset(
6498 CGObjCNonFragileABIMac::EmitVTableMessageSend(CodeGenFunction &CGF,
6555 assert(fn && "CGObjCNonFragileABIMac::EmitMessageSend");
6609 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
6628 CGObjCNonFragileABIMac::GetClassGlobal(const std::string &Name, bool Weak) {
6643 llvm::Value *CGObjCNonFragileABIMac::EmitClassRefFromId(CodeGenFunction &CGF,
6666 llvm::Value *CGObjCNonFragileABIMac::EmitClassRef(CodeGenFunction &CGF,
6671 llvm::Value *CGObjCNonFragileABIMac::EmitNSAutoreleasePoolClassRef(
6678 CGObjCNonFragileABIMac::EmitSuperClassRef(CodeGenFunction &CGF,
6704 llvm::Value *CGObjCNonFragileABIMac::EmitMetaClassRef(CodeGenFunction &CGF,
6731 llvm::Value *CGObjCNonFragileABIMac::GetClass(CodeGenFunction &CGF,
6747 CGObjCNonFragileABIMac::GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF,
6794 llvm::Value *CGObjCNonFragileABIMac::EmitSelector(CodeGenFunction &CGF,
6824 void CGObjCNonFragileABIMac::EmitObjCIvarAssign(CodeGen::CodeGenFunction &CGF,
6845 void CGObjCNonFragileABIMac::EmitObjCStrongCastAssign(
6863 void CGObjCNonFragileABIMac::EmitGCMemmoveCollectable(
6877 llvm::Value * CGObjCNonFragileABIMac::EmitObjCWeakRead(
6893 void CGObjCNonFragileABIMac::EmitObjCWeakAssign(CodeGen::CodeGenFunction &CGF,
6913 void CGObjCNonFragileABIMac::EmitObjCGlobalAssign(CodeGen::CodeGenFunction &CGF,
6936 CGObjCNonFragileABIMac::EmitSynchronizedStmt(CodeGen::CodeGenFunction &CGF,
6944 CGObjCNonFragileABIMac::GetEHType(QualType T) {
6968 void CGObjCNonFragileABIMac::EmitTryStmt(CodeGen::CodeGenFunction &CGF,
6977 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
6996 CGObjCNonFragileABIMac::GetInterfaceEHType(const ObjCInterfaceDecl *ID,
7077 return new CGObjCNonFragileABIMac(CGM);