Home
last modified time | relevance | path

Searched refs:getObjCRuntime (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp49 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer(); in EmitObjCStringLiteral()
72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr()
205 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral()
240 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector()); in EmitObjCSelectorExpr()
245 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
372 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr()
502 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(), in Emit()
526 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()
592 llvm::Value *fn = CGF.CGM.getObjCRuntime().GetGetStructFunction(); in emitStructGetterCall()
858 CGF.CGM.getObjCRuntime().GetCppAtomicObjectGetFunction(); in emitCPPObjectAtomicGetterCall()
[all …]
DCGDeclCXX.cpp40 CGM.getObjCRuntime().EmitObjCGlobalAssign(CGF, CGF.EmitScalarExpr(Init), in EmitDeclInit()
43 CGM.getObjCRuntime().EmitObjCWeakAssign(CGF, CGF.EmitScalarExpr(Init), in EmitDeclInit()
DCGExprAgg.cpp298 CGF.CGM.getObjCRuntime().EmitGCMemmoveCollectable(CGF, in EmitCopy()
1516 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, DestPtr, SrcPtr, in EmitAggregateCopy()
1524 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, DestPtr, SrcPtr, in EmitAggregateCopy()
DCGExpr.cpp1419 return RValue::get(CGM.getObjCRuntime().EmitObjCWeakRead(*this, in EmitLoadOfLValue()
1624 CGM.getObjCRuntime().EmitObjCWeakAssign(*this, src, LvalueDst); in EmitStoreThroughLValue()
1642 CGM.getObjCRuntime().EmitObjCIvarAssign(*this, src, dst, in EmitStoreThroughLValue()
1645 CGM.getObjCRuntime().EmitObjCGlobalAssign(*this, src, LvalueDst, in EmitStoreThroughLValue()
1649 CGM.getObjCRuntime().EmitObjCStrongCastAssign(*this, src, LvalueDst); in EmitStoreThroughLValue()
3722 CGM.getObjCRuntime().GetAddrOfSelector(*this, E->getSelector()); in EmitObjCSelectorLValue()
3728 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar); in EmitIvarOffset()
3735 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
DCGBlocks.cpp119 elements.push_back(CGM.getObjCRuntime().BuildGCBlockLayout(CGM, blockInfo)); in buildBlockDescriptor()
121 elements.push_back(CGM.getObjCRuntime().BuildRCBlockLayout(CGM, blockInfo)); in buildBlockDescriptor()
2245 auto layoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); in emitByrefStructureInit()
DCGException.cpp410 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr()
563 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
DCGExprConstant.cpp1034 CGM.getObjCRuntime().GenerateConstantString(SL->getString()); in EmitLValue()
1067 return CGM.getObjCRuntime().GenerateConstantString(Literal); in EmitLValue()
DCodeGenModule.h502 CGObjCRuntime &getObjCRuntime() { in getObjCRuntime() function
DCodeGenModule.cpp2976 GV = getObjCRuntime().GetClassGlobal(str); in GetAddrOfConstantString()
DCGDebugInfo.cpp1871 CGM.getObjCRuntime().ComputeBitfieldBitOffset(CGM, ID, Field); in CreateTypeDefinition()
DCGBuiltin.cpp916 CGM.getObjCRuntime().EmitGCMemmoveCollectable(*this, in EmitBuiltinExpr()