Searched refs:MakeAddr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
|
H A D | CodeGenFunction.h | 2432 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 D | CGExpr.cpp | 1360 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 D | CGAtomic.cpp | 206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
|
H A D | CodeGenFunction.cpp | 202 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()
|