Searched refs:getObjCRuntime (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 50 CGM.getObjCRuntime().GenerateConstantString(E->getString()); in EmitObjCStringLiteral() 73 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() 207 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() 242 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr() 247 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr() 335 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() 468 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(), in Emit() 492 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod() 558 llvm::Value *fn = CGF.CGM.getObjCRuntime().GetGetStructFunction(); in emitStructGetterCall() 824 CGF.CGM.getObjCRuntime().GetCppAtomicObjectGetFunction(); in emitCPPObjectAtomicGetterCall() [all …]
|
| HD | CGDeclCXX.cpp | 43 CGM.getObjCRuntime().EmitObjCGlobalAssign(CGF, CGF.EmitScalarExpr(Init), in EmitDeclInit() 46 CGM.getObjCRuntime().EmitObjCWeakAssign(CGF, CGF.EmitScalarExpr(Init), in EmitDeclInit()
|
| HD | CGExprAgg.cpp | 300 CGF.CGM.getObjCRuntime().EmitGCMemmoveCollectable(CGF, in EmitCopy() 1528 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, DestPtr, SrcPtr, in EmitAggregateCopy() 1536 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, DestPtr, SrcPtr, in EmitAggregateCopy()
|
| HD | CGExpr.cpp | 1320 return RValue::get(CGM.getObjCRuntime().EmitObjCWeakRead(*this, in EmitLoadOfLValue() 1528 CGM.getObjCRuntime().EmitObjCWeakAssign(*this, src, LvalueDst); in EmitStoreThroughLValue() 1545 CGM.getObjCRuntime().EmitObjCIvarAssign(*this, src, dst, in EmitStoreThroughLValue() 1548 CGM.getObjCRuntime().EmitObjCGlobalAssign(*this, src, LvalueDst, in EmitStoreThroughLValue() 1552 CGM.getObjCRuntime().EmitObjCStrongCastAssign(*this, src, LvalueDst); in EmitStoreThroughLValue() 3307 CGM.getObjCRuntime().GetSelector(*this, E->getSelector(), true); in EmitObjCSelectorLValue() 3313 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar); in EmitIvarOffset() 3320 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
|
| HD | CGBlocks.cpp | 119 elements.push_back(CGM.getObjCRuntime().BuildGCBlockLayout(CGM, blockInfo)); in buildBlockDescriptor() 121 elements.push_back(CGM.getObjCRuntime().BuildRCBlockLayout(CGM, blockInfo)); in buildBlockDescriptor() 2222 llvm::Constant* ByrefLayoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); in emitByrefStructureInit()
|
| HD | CGException.cpp | 423 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr() 576 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
|
| HD | CGExprConstant.cpp | 1025 CGM.getObjCRuntime().GenerateConstantString(SL->getString()); in EmitLValue() 1057 return CGM.getObjCRuntime().GenerateConstantString(Literal); in EmitLValue()
|
| HD | CodeGenModule.h | 511 CGObjCRuntime &getObjCRuntime() { in getObjCRuntime() function
|
| HD | CodeGenModule.cpp | 2734 GV = getObjCRuntime().GetClassGlobal(str); in GetAddrOfConstantString()
|
| HD | CGDebugInfo.cpp | 1751 CGM.getObjCRuntime().ComputeBitfieldBitOffset(CGM, ID, Field); in CreateTypeDefinition()
|
| HD | CGBuiltin.cpp | 787 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, in EmitBuiltinExpr()
|