Searched refs:MakeAddr (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 371 static LValue MakeAddr(Address address, QualType type,
|
D | CodeGenFunction.h | 1656 return LValue::MakeAddr(Addr, T, getContext(), AlignSource, 1662 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
|
D | CodeGenFunction.cpp | 148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource, in MakeNaturalAlignAddrLValue()
|
D | CGAtomic.cpp | 206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
|
D | CGExpr.cpp | 1295 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitLoadOfScalar() 1406 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitStoreOfScalar()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
|
D | CodeGenFunction.h | 2388 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2394 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); 2399 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), 2405 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
|
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() 1853 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
|
D | CodeGenFunction.cpp | 201 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()
|
D | CGAtomic.cpp | 206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
|