Searched refs:getAggregateAddress (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1618 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1650 return rvalue.getAggregateAddress(); in materializeRValue() 1998 rvalue.getAggregateAddress().getElementType() == in EmitAtomicStore() 2069 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 2072 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
| H A D | CGCall.cpp | 1072 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 1083 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 4261 auto Addr = HasLV ? LV.getAddress(CGF) : RV.getAggregateAddress(); in copyInto() 4735 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4803 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4889 : I->getKnownRValue().getAggregateAddress()); in EmitCall() 4932 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4997 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5496 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
|
| H A D | CGValue.h | 71 Address getAggregateAddress() const { in getAggregateAddress() function
|
| H A D | CGCleanup.cpp | 61 Address V = rv.getAggregateAddress(); // TODO: volatile? in save()
|
| H A D | CGExpr.cpp | 5008 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 5059 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 5115 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
| H A D | CGExprAgg.cpp | 317 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy()
|
| H A D | CGObjCMac.cpp | 1776 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in complete() 1779 CGF.destroyNonTrivialCStruct(CGF, RV.getAggregateAddress(), QT); in complete() 1824 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|
| H A D | CGStmt.cpp | 1157 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
| H A D | CGClass.cpp | 2277 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
| H A D | CGObjCGNU.cpp | 2759 Address v = msgRet.getAggregateAddress(); in GenerateMessageSend()
|