Lines Matching defs:CGObjCNonFragileABIMac

1398 class CGObjCNonFragileABIMac : public CGObjCCommonMac {
1610 CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm);
1970 llvm::Constant *CGObjCNonFragileABIMac::getNSConstantStringClassRef() {
5701 CGObjCNonFragileABIMac::CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm)
6137 llvm::Function *CGObjCNonFragileABIMac::ModuleInitFunction() {
6143 void CGObjCNonFragileABIMac::AddModuleClassList(
6173 void CGObjCNonFragileABIMac::FinishNonFragileABIModule() {
6217 bool CGObjCNonFragileABIMac::isVTableDispatchedSelector(Selector Sel) {
6289 llvm::GlobalVariable * CGObjCNonFragileABIMac::BuildClassRoTInitializer(
6335 assert(OID && "CGObjCNonFragileABIMac::BuildClassRoTInitializer");
6375 CGObjCNonFragileABIMac::BuildClassObject(const ObjCInterfaceDecl *CI,
6406 bool CGObjCNonFragileABIMac::ImplementationIsNonLazy(
6413 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
6449 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
6478 assert(CI && "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6581 llvm::Value *CGObjCNonFragileABIMac::GenerateProtocolRef(CodeGenFunction &CGF,
6623 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
6725 void CGObjCNonFragileABIMac::emitMethodConstant(ConstantArrayBuilder &builder,
6753 CGObjCNonFragileABIMac::emitMethodList(Twine name, MethodListType kind,
6818 CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
6850 CGObjCNonFragileABIMac::EmitIvarOffsetVar(const ObjCInterfaceDecl *ID,
6898 llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList(
6909 assert(OID && "CGObjCNonFragileABIMac::EmitIvarList - null interface");
6957 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocolRef(
7001 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocol(
7103 CGObjCNonFragileABIMac::EmitProtocolList(Twine Name,
7155 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
7168 CGObjCNonFragileABIMac::EmitIvarOffset(CodeGen::CodeGenFunction &CGF,
7220 CGObjCNonFragileABIMac::EmitVTableMessageSend(CodeGenFunction &CGF,
7277 assert(fn && "CGObjCNonFragileABIMac::EmitMessageSend");
7332 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
7350 CGObjCNonFragileABIMac::GetClassGlobal(const ObjCInterfaceDecl *ID,
7364 CGObjCNonFragileABIMac::GetClassGlobal(StringRef Name,
7392 CGObjCNonFragileABIMac::GetClassGlobalForClassRef(const ObjCInterfaceDecl *ID) {
7408 CGObjCNonFragileABIMac::EmitLoadOfClassRef(CodeGenFunction &CGF,
7423 CGObjCNonFragileABIMac::EmitClassRefFromId(CodeGenFunction &CGF,
7455 llvm::Value *CGObjCNonFragileABIMac::EmitClassRef(CodeGenFunction &CGF,
7465 llvm::Value *CGObjCNonFragileABIMac::EmitNSAutoreleasePoolClassRef(
7472 CGObjCNonFragileABIMac::EmitSuperClassRef(CodeGenFunction &CGF,
7494 llvm::Value *CGObjCNonFragileABIMac::EmitMetaClassRef(CodeGenFunction &CGF,
7516 llvm::Value *CGObjCNonFragileABIMac::GetClass(CodeGenFunction &CGF,
7532 CGObjCNonFragileABIMac::GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF,
7576 llvm::Value *CGObjCNonFragileABIMac::EmitSelector(CodeGenFunction &CGF,
7586 ConstantAddress CGObjCNonFragileABIMac::EmitSelectorAddr(Selector Sel) {
7608 void CGObjCNonFragileABIMac::EmitObjCIvarAssign(CodeGen::CodeGenFunction &CGF,
7630 void CGObjCNonFragileABIMac::EmitObjCStrongCastAssign(
7649 void CGObjCNonFragileABIMac::EmitGCMemmoveCollectable(
7660 llvm::Value * CGObjCNonFragileABIMac::EmitObjCWeakRead(
7676 void CGObjCNonFragileABIMac::EmitObjCWeakAssign(CodeGen::CodeGenFunction &CGF,
7697 void CGObjCNonFragileABIMac::EmitObjCGlobalAssign(CodeGen::CodeGenFunction &CGF,
7721 CGObjCNonFragileABIMac::EmitSynchronizedStmt(CodeGen::CodeGenFunction &CGF,
7728 CGObjCNonFragileABIMac::GetEHType(QualType T) {
7753 void CGObjCNonFragileABIMac::EmitTryStmt(CodeGen::CodeGenFunction &CGF,
7761 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
7782 CGObjCNonFragileABIMac::GetInterfaceEHType(const ObjCInterfaceDecl *ID,
7866 return new CGObjCNonFragileABIMac(CGM);