Home
last modified time | relevance | path

Searched refs:EmitDeclRefLValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp607 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE), in Emit()
627 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(CGF); in Emit()
H A DCGExpr.cpp1553 return EmitDeclRefLValue(cast<DeclRefExpr>(E)); in EmitLValueHelper()
2981 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { in EmitDeclRefLValue() function in CodeGenFunction
4638 return EmitDeclRefLValue(DRE); in EmitMemberExpr()
H A DCGBlocks.cpp939 src = EmitDeclRefLValue(&declRef).getAddress(); in EmitBlockLiteral()
H A DCGObjC.cpp1749 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation()); in LoadObjCSelf()
H A DCodeGenFunction.h4269 LValue EmitDeclRefLValue(const DeclRefExpr *E);