HomeSort by relevance Sort by last modified time
    Searched refs:EmitLValue (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/CodeGen/
CGExpr.cpp 107 EmitLValue(E);
232 LValue LV = CGF.EmitLValue(E);
805 LV = EmitLValue(E);
812 /// EmitLValue - Emit code to compute a designator that specifies the locatio
    [all...]
CGExprComplex.cpp 72 return EmitLoadOfLValue(CGF.EmitLValue(E));
155 LValue LV = CGF.EmitLValue(E->getSubExpr());
391 LValue origLV = CGF.EmitLValue(Op);
625 LValue LHS = CGF.EmitLValue(E->getLHS());
675 LValue LHS = CGF.EmitLValue(E->getLHS());
CGExprScalar.cpp 83 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); }
289 LValue LV = EmitLValue(E->getSubExpr());
293 LValue LV = EmitLValue(E->getSubExpr());
297 LValue LV = EmitLValue(E->getSubExpr());
301 LValue LV = EmitLValue(E->getSubExpr());
318 return EmitLValue(E->getSubExpr()).getAddress();
    [all...]
CGExprCXX.cpp 234 This = EmitLValue(Base).getAddress();
246 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
254 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
353 This = EmitLValue(BaseExpr).getAddress();
384 LValue LV = EmitLValue(E->getArg(0));
389 llvm::Value *Src = EmitLValue(E->getArg(1)).getAddress();
    [all...]
CGObjC.cpp     [all...]
CGExprConstant.cpp 898 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
    [all...]
CGExprAgg.cpp 243 LValue LV = CGF.EmitLValue(E);
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CodeGenFunction.cpp     [all...]
CGBuiltin.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp     [all...]

Completed in 355 milliseconds