Searched refs:GenerateMessageSend (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 106 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr() 223 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral() 559 result = Runtime.GenerateMessageSend(*this, Return, ResultType, in EmitObjCMessageExpr() 1645 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 1819 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2477 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2486 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2516 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop() 3604 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease() 3608 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
|
| H A D | CGObjCRuntime.h | 165 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
|
| H A D | CGObjCMac.cpp | 1290 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1560 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 2053 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac 7151 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
|
| H A D | CGObjCGNU.cpp | 580 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 2517 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU
|