Searched refs:MakeAddr (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h369 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, function in class:clang::CodeGen::LValue
H A DCodeGenFunction.h2135 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2141 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2146 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
2152 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
H A DCGExpr.cpp1315 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(),
1670 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo);
1749 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo);
H A DCGAtomic.cpp205 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(),
H A DCodeGenFunction.cpp213 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo,

Completed in 116 milliseconds