Searched refs:getAggregateAddress (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 449 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments() 452 CGF.destroyNonTrivialCStruct(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
|
| H A D | CGAtomic.cpp | 1777 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1809 return rvalue.getAggregateAddress(); in materializeRValue() 2153 rvalue.getAggregateAddress().getElementType() == in EmitAtomicStore() 2221 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 2224 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
| H A D | CGCall.cpp | 1101 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 1112 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 4624 auto Addr = HasLV ? LV.getAddress(CGF) : RV.getAggregateAddress(); in copyInto() 5096 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5162 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5257 : I->getKnownRValue().getAggregateAddress()); in EmitCall() 5302 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5391 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5899 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
|
| H A D | CGValue.h | 73 Address getAggregateAddress() const { in getAggregateAddress() function
|
| H A D | CGCleanup.cpp | 61 Address V = rv.getAggregateAddress(); // TODO: volatile? in save()
|
| H A D | CGExprAgg.cpp | 340 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy()
|
| H A D | CGExpr.cpp | 5595 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 5646 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 5711 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
| H A D | CGStmt.cpp | 1248 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
| H A D | CGClass.cpp | 2336 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
| H A D | CGObjCGNU.cpp | 2956 Address addr = msgRet.getAggregateAddress(); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1800 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|