Searched refs:GenerateMessageSend (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 79 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr() 182 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral() 400 result = Runtime.GenerateMessageSend(*this, Return, ResultType, in EmitObjCMessageExpr() 1490 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 1662 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2281 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2290 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2302 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop() 3050 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease() 3054 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
|
D | CGObjCRuntime.h | 153 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
|
D | CGObjCMac.cpp | 1183 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1458 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1835 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac 6582 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
|
D | CGObjCGNU.cpp | 488 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 1322 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU
|