Searched refs:MakeAddr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGValue.h | 367 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
|
| H A D | CodeGenFunction.h | 2101 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 D | CGExpr.cpp | 1303 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 D | CodeGenFunction.cpp | 168 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()
|
| H A D | CGAtomic.cpp | 207 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
|