|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 3466 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
References
tools/clang/lib/CodeGen/CGAtomic.cpp 1375 return CGF.EmitLoadOfLValue(
1723 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation());
tools/clang/lib/CodeGen/CGCall.cpp 3291 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation());
tools/clang/lib/CodeGen/CGExpr.cpp 1518 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E),
4499 return EmitLoadOfLValue(FieldLV, Loc);
tools/clang/lib/CodeGen/CGExprScalar.cpp 262 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal();
528 Value *V = CGF.EmitLoadOfLValue(LV, E->getExprLoc()).getScalarVal();
2775 return CGF.EmitLoadOfLValue(CGF.EmitLValue(E),
2792 return CGF.EmitLoadOfLValue(CGF.EmitLValue(E),
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp 563 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation());
709 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
772 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
776 CGF->EmitLoadOfLValue(DstLV, SourceLocation()).getScalarVal();
tools/clang/lib/CodeGen/CGObjC.cpp 1179 value = EmitLoadOfLValue(LV, SourceLocation()).getScalarVal();
2708 result = CGF.EmitLoadOfLValue(lvalue, SourceLocation()).getScalarVal();
2731 llvm::Value *result = CGF.EmitLoadOfLValue(lv,
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 837 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation());
8212 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation());
tools/clang/lib/CodeGen/CGStmt.cpp 1825 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal();
2436 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc())
2447 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 3718 ? CGF.EmitLoadOfLValue(XLValue, Loc)
3856 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 971 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal();
976 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD),