Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp79 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()
DCGObjCRuntime.h153 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
DCGObjCMac.cpp1183 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
DCGObjCGNU.cpp488 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
1322 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU