HomeSort by: relevance | last modified time | path
    Searched refs:MakeAddr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context,
CodeGenFunction.h 2432 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2438 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2443 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
2449 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
CGExpr.cpp 1360 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(),
1740 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo);
1852 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo);
CGAtomic.cpp 206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(),
CodeGenFunction.cpp 202 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo,

Completed in 26 milliseconds