Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp586 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE), in Emit()
606 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(CGF); in Emit()
H A DCGExpr.cpp1347 return EmitDeclRefLValue(cast<DeclRefExpr>(E)); in EmitLValue()
2756 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { in EmitDeclRefLValue() function in CodeGenFunction
4231 return EmitDeclRefLValue(DRE); in EmitMemberExpr()
H A DCGBlocks.cpp958 src = EmitDeclRefLValue(&declRef).getAddress(*this); in EmitBlockLiteral()
H A DCGObjC.cpp1703 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation()); in LoadObjCSelf()
H A DCodeGenFunction.h3906 LValue EmitDeclRefLValue(const DeclRefExpr *E);