Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h402 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
H A DCodeGenFunction.h2493 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2499 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2505 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2512 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
H A DCGExpr.cpp1350 return LValue::MakeAddr(Addr.withPointer(V), LV.getType(), getContext(), in EmitLValue()
1737 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1872 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.cpp195 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); in MakeNaturalAlignAddrLValue()
H A DCGCall.cpp3599 LValue::MakeAddr(ArgAddr, RetTy, getContext(), BaseInfo, TBAAInfo); in EmitFunctionEpilog()