Home
last modified time | relevance | path

Searched refs:MakeAddr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h402 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
H A DCodeGenFunction.h2491 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2497 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2503 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2510 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
H A DCGExpr.cpp1392 return LValue::MakeAddr(Addr.withPointer(V), LV.getType(), getContext(), in EmitLValue()
1787 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1915 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
H A DCGAtomic.cpp214 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
H A DCodeGenFunction.cpp192 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); in MakeNaturalAlignAddrLValue()
H A DCGCall.cpp3549 LValue::MakeAddr(ArgAddr, RetTy, getContext(), BaseInfo, TBAAInfo); in EmitFunctionEpilog()