Searched refs:MakeAddr (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGValue.h | 402 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
|
| H A D | CodeGenFunction.h | 2493 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2499 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); 2505 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2512 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
|
| H A D | CGExpr.cpp | 1350 return LValue::MakeAddr(Addr.withPointer(V), LV.getType(), getContext(), in EmitLValue() 1737 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar() 1872 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
|
| H A D | CGAtomic.cpp | 214 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
|
| H A D | CodeGenFunction.cpp | 195 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); in MakeNaturalAlignAddrLValue()
|
| H A D | CGCall.cpp | 3599 LValue::MakeAddr(ArgAddr, RetTy, getContext(), BaseInfo, TBAAInfo); in EmitFunctionEpilog()
|