Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp603 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE), in Emit()
623 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(CGF); in Emit()
H A DCGExpr.cpp1108 Res = EmitDeclRefLValue(DRE).getPointer(*this); in EmitCountedByFieldExpr()
1561 return EmitDeclRefLValue(cast<DeclRefExpr>(E)); in EmitLValueHelper()
2970 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { in EmitDeclRefLValue() function in CodeGenFunction
4592 return EmitDeclRefLValue(DRE); in EmitMemberExpr()
H A DCGBlocks.cpp929 src = EmitDeclRefLValue(&declRef).getAddress(*this); in EmitBlockLiteral()
H A DCGObjC.cpp1745 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation()); in LoadObjCSelf()
H A DCodeGenFunction.h4018 LValue EmitDeclRefLValue(const DeclRefExpr *E);