Searched refs:CGObjCRuntime (Results 1 – 9 of 9) sorted by relevance
65 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()72 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()79 unsigned CGObjCRuntime::ComputeBitfieldBitOffset( in ComputeBitfieldBitOffset()86 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, in EmitValueForIvarAtOffset()173 void CGObjCRuntime::EmitTryCatchStmt(CodeGenFunction &CGF, in EmitTryCatchStmt()312 void CGObjCRuntime::EmitAtSynchronizedStmt(CodeGenFunction &CGF, in EmitAtSynchronizedStmt()347 CGObjCRuntime::MessageSendInfo348 CGObjCRuntime::getMessageSendInfo(const ObjCMethodDecl *method, in getMessageSendInfo()
63 class CGObjCRuntime {66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {} in CGObjCRuntime() function113 virtual ~CGObjCRuntime();296 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);297 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);
45 CGObjCRuntime.cpp \
54 CGObjCRuntime.cpp
85 class CGObjCRuntime; variable301 CGObjCRuntime* ObjCRuntime;504 CGObjCRuntime &getObjCRuntime() { in getObjCRuntime()
72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr()178 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral()307 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr()2274 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush()3047 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease()3062 CGObjCRuntime::~CGObjCRuntime() {} in ~CGObjCRuntime()
103 class CGObjCGNU : public CGObjCRuntime {893 : CGObjCRuntime(cgm), TheModule(CGM.getModule()), in CGObjCGNU()2841 CGObjCRuntime *
736 class CGObjCCommonMac : public CodeGen::CGObjCRuntime {1040 CGObjCRuntime(cgm), VMContext(cgm.getLLVMContext()) { } in CGObjCCommonMac()7038 CodeGen::CGObjCRuntime *
851 + CGObjCRuntime.cpp \