Searched refs:MakeAddr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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 | 2491 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2497 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); 2503 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2510 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
|
| H A D | CGExpr.cpp | 1392 return LValue::MakeAddr(Addr.withPointer(V), LV.getType(), getContext(), in EmitLValue() 1787 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar() 1915 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 | 192 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); in MakeNaturalAlignAddrLValue()
|
| H A D | CGCall.cpp | 3549 LValue::MakeAddr(ArgAddr, RetTy, getContext(), BaseInfo, TBAAInfo); in EmitFunctionEpilog()
|