Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp79 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
185 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
403 result = Runtime.GenerateMessageSend(*this, Return, ResultType, in EmitObjCMessageExpr()
1494 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
1666 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
2285 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2294 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2306 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop()
3054 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
3058 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
H A DCGObjCRuntime.h153 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
H A DCGObjCMac.cpp1186 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
1461 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
1838 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac
6577 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp485 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
1315 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU