Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp117 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()
1849 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
1991 .GenerateMessageSend(*this, ReturnValueSlot(), C.BoolTy, in EmitObjCForCollectionStmt()
2058 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt()
2753 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2762 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2799 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop()
3948 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,
1611 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
2118 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac
7381 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