Searched refs:GenerateMessageSend (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 106 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr() 209 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral() 463 result = Runtime.GenerateMessageSend(*this, Return, ResultType, in EmitObjCMessageExpr() 1534 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 1708 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2332 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2341 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2353 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop() 3358 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease() 3362 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
|
D | CGObjCRuntime.h | 162 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
|
D | CGObjCMac.cpp | 1188 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1457 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1842 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac 6845 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
|
D | CGObjCGNU.cpp | 514 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 1369 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU
|