Home
last modified time | relevance | path

Searched refs:GenerateMessageSend (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp106 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()
DCGObjCRuntime.h162 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
DCGObjCMac.cpp1188 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
DCGObjCGNU.cpp514 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
1369 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU