Searched refs:GenerateMessageSend (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 116 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() 1883 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2027 .GenerateMessageSend(*this, ReturnValueSlot(), C.BoolTy, in EmitObjCForCollectionStmt() 2093 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCForCollectionStmt() 2772 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2781 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush() 2818 CGM.getObjCRuntime().GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPop() 3966 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease() [all …]
|
| H A D | CGObjCRuntime.h | 167 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot ReturnSlot,
|
| H A D | CGObjCMac.cpp | 1271 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1553 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 2039 CodeGen::RValue CGObjCMac::GenerateMessageSend( in GenerateMessageSend() function in CGObjCMac 7249 CodeGen::RValue CGObjCNonFragileABIMac::GenerateMessageSend( in GenerateMessageSend() function in CGObjCNonFragileABIMac
|
| H A D | CGObjCGNU.cpp | 569 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 2845 CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF, in GenerateMessageSend() function in CGObjCGNU
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3367 …eDeclEPKNS1_14ObjCMethodDeclE", "(anonymous namespace)::CGObjCGNU::GenerateMessageSend(clang::Code… 3439 …4ObjCMethodDeclE", "(anonymous namespace)::CGObjCNonFragileABIMac::GenerateMessageSend(clang::Code… 3538 …eDeclEPKNS1_14ObjCMethodDeclE", "(anonymous namespace)::CGObjCMac::GenerateMessageSend(clang::Code…
|