Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp114 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
228 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
447 return GenerateMessageSend(CGF, Return, ResultType, Sel, Receiver, Args, OID, in GeneratePossiblySpecializedMessageSend()
1797 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
1939 .GenerateMessageSend(*this, ReturnValueSlot(), C.BoolTy, in EmitObjCForCollectionStmt()
2006 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
2700 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2709 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2746 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop()
3876 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
[all …]
H A DCGObjCRuntime.h168 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
H A DCGObjCMac.cpp1318 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
1607 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
2114 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac
7373 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp572 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
2640 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU