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

/external/clang/lib/CodeGen/
H A DCGValue.h371 static LValue MakeAddr(Address address, QualType type, function in class:clang::CodeGen::LValue
H A DCodeGenFunction.h1553 return LValue::MakeAddr(Addr, T, getContext(), AlignSource,
1559 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
H A DCGAtomic.cpp206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(),
H A DCodeGenFunction.cpp148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource,
H A DCGExpr.cpp1270 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo);
1382 LValue::MakeAddr(Addr, Ty, getContext(),

Completed in 161 milliseconds