Home
last modified time | relevance | path

Searched refs:CGObjCRuntime (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp65 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::MessageSendInfo
348 CGObjCRuntime::getMessageSendInfo(const ObjCMethodDecl *method, in getMessageSendInfo()
DCGObjCRuntime.h63 class CGObjCRuntime {
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {} in CGObjCRuntime() function
113 virtual ~CGObjCRuntime();
296 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);
297 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);
DAndroid.mk45 CGObjCRuntime.cpp \
DCMakeLists.txt54 CGObjCRuntime.cpp
DCodeGenModule.h85 class CGObjCRuntime; variable
301 CGObjCRuntime* ObjCRuntime;
504 CGObjCRuntime &getObjCRuntime() { in getObjCRuntime()
DCGObjC.cpp72 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()
DCGObjCGNU.cpp103 class CGObjCGNU : public CGObjCRuntime {
893 : CGObjCRuntime(cgm), TheModule(CGM.getModule()), in CGObjCGNU()
2841 CGObjCRuntime *
DCGObjCMac.cpp736 class CGObjCCommonMac : public CodeGen::CGObjCRuntime {
1040 CGObjCRuntime(cgm), VMContext(cgm.getLLVMContext()) { } in CGObjCCommonMac()
7038 CodeGen::CGObjCRuntime *
/external/clang/patches/
D0004-Add-Android-build-system.patch851 + CGObjCRuntime.cpp \