reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2147   LValue MakeNaturalAlignAddrLValue(llvm::Value *V, QualType T);

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  153   LValue LV = CGF.MakeNaturalAlignAddrLValue(BC, E->getArg(0)->getType());
  162   LValue LV = CGF.MakeNaturalAlignAddrLValue(Address, E->getType());
tools/clang/lib/CodeGen/CGCall.cpp
 2842       EmitStoreOfComplex(RT, MakeNaturalAlignAddrLValue(&*AI, RetTy),
 2851                         MakeNaturalAlignAddrLValue(&*AI, RetTy),
tools/clang/lib/CodeGen/CGClass.cpp
  629     LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
  650       LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
  961       LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
tools/clang/lib/CodeGen/CGExpr.cpp
 2431   LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType);
 3903   LValue LambdaLV = MakeNaturalAlignAddrLValue(CXXABIThisValue, LambdaTagType);
 4352     return MakeNaturalAlignAddrLValue(EmitDynamicCast(V, DCE), E->getType());
 4686   return MakeNaturalAlignAddrLValue(EmitCXXTypeidExpr(E), E->getType());
tools/clang/lib/CodeGen/CGExprCXX.cpp
  291                          ? MakeNaturalAlignAddrLValue(
tools/clang/lib/CodeGen/CGObjC.cpp
  133     LValue LV = MakeNaturalAlignAddrLValue(Constant, IdTy);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
   70     LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  833     LValue LV = CGF.MakeNaturalAlignAddrLValue(GV, Ty);
 5115   LValue Base = CGF.MakeNaturalAlignAddrLValue(NewTaskNewTaskTTy,
 6046     SharedLVal = CGF.MakeNaturalAlignAddrLValue(
 6229     LValue ElemLVal = CGF.MakeNaturalAlignAddrLValue(GEP, RDType);
 8520             CGF.MakeNaturalAlignAddrLValue(Addr, ElementType).getAddress(),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 3688         CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD);
 3785         CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD);
 3889         CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD);
 3985         CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD);
tools/clang/lib/CodeGen/CGStmt.cpp
 2431   LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  315             MakeNaturalAlignAddrLValue(SrcAddrVal, CurField->getType());
  340       CGF.MakeNaturalAlignAddrLValue(CastedPtr, Ctx.getPointerType(DstType))
tools/clang/lib/CodeGen/CodeGenFunction.h
 3547       return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(),
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2727     LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType);
 4194     LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);