Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
H A DCodeGenFunction.h2432 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2438 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2443 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
2449 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
H A DCGExpr.cpp1360 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(), in EmitLValue()
1740 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1852 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
H A DCGAtomic.cpp206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
H A DCodeGenFunction.cpp202 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()