HomeSort by relevance Sort by last modified time
    Searched refs:MakeAddrLValue (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
CGExpr.cpp 168 LValue LV = MakeAddrLValue(Location, E->getType());
325 LValue RefTempDst = MakeAddrLValue(Object, M->getType());
383 LValue LV = MakeAddrLValue(Object, E->getType());
400 return MakeAddrLValue(Object, M->getType());
748 return MakeAddrLValue(llvm::UndefValue::get(Ty), E->getType());
    [all...]
CGExprAgg.cpp 264 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign);
339 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddr(), E->getType(),
456 LValue elementLV = CGF.MakeAddrLValue(element, elementType);
495 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
590 CGF.MakeAddrLValue(CastPtr, Ty));
    [all...]
CGAtomic.cpp 222 CGF.EmitStoreOfScalar(Cmp, CGF.MakeAddrLValue(Dest, E->getType()));
552 EmitStoreOfScalar(Val1Scalar, MakeAddrLValue(Val1, Val1Ty));
    [all...]
CGDecl.cpp     [all...]
CGCall.cpp 608 LValue LV = MakeAddrLValue(EltAddr, EltTy);
645 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
647 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
    [all...]
CGExprCXX.cpp 729 CGF.EmitScalarInit(Init, nullptr, CGF.MakeAddrLValue(NewPtr, AllocType,
734 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType,
    [all...]
CGDeclCXX.cpp 35 LValue lv = CGF.MakeAddrLValue(DeclPtr, type, alignment);
CGExprComplex.cpp 382 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()),
432 return EmitLoadOfLValue(CGF.MakeAddrLValue(V, DestTy,
    [all...]
CGBlocks.cpp 832 LValue srcLV = MakeAddrLValue(src, type, align);
837 LValue destLV = MakeAddrLValue(blockField, type, align);
    [all...]
CGException.cpp     [all...]
CGClass.cpp 621 LHS = MakeAddrLValue(BaseAddrPtr, BaseElementTy);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp     [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 480 milliseconds