Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h367 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
H A DCodeGenFunction.h2101 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2107 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2112 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
2118 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
H A DCGExpr.cpp1303 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(), in EmitLValue()
1653 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1732 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
H A DCodeGenFunction.cpp168 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()
H A DCGAtomic.cpp207 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()