Searched refs:MakeAddr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 417 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
|
| H A D | CodeGenFunction.h | 2561 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2567 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); 2573 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source), 2580 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
|
| H A D | CGExpr.cpp | 1605 return LValue::MakeAddr(Addr.withPointer(V, Addr.isKnownNonNull()), in EmitLValueHelper() 1994 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar() 2130 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 | 196 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo); in MakeNaturalAlignAddrLValue()
|
| H A D | CGCall.cpp | 3835 LValue::MakeAddr(ArgAddr, RetTy, getContext(), BaseInfo, TBAAInfo); in EmitFunctionEpilog()
|