Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp116 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
231 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
448 return GenerateMessageSend(CGF, Return, ResultType, Sel, Receiver, Args, OID, in GeneratePossiblySpecializedMessageSend()
1839 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
1981 .GenerateMessageSend(*this, ReturnValueSlot(), C.BoolTy, in EmitObjCForCollectionStmt()
2048 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
2726 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2735 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2772 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop()
3920 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
[all …]
H A DCGObjCRuntime.h168 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
H A DCGObjCMac.cpp1322 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
1619 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
2117 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac
7342 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp570 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
2748 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU