Searched refs:GenerateMessageSend (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 113 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr() 227 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral() 446 return GenerateMessageSend(CGF, Return, ResultType, Sel, Receiver, Args, OID, in GeneratePossiblySpecializedMessageSend() 1790 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 1932 .GenerateMessageSend(*this, ReturnValueSlot(), C.BoolTy, in EmitObjCForCollectionStmt() 1999 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2702 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2711 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2748 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop() 3862 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease() [all …]
|
H A D | CGObjCRuntime.h | 167 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
|
H A D | CGObjCMac.cpp | 1318 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1607 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 2141 CodeGen::RValue CGObjCMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCMac 7406 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCNonFragileABIMac
|
H A D | CGObjCGNU.cpp | 571 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 2630 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU
|