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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp555 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE),
575 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(CGF);
H A DCGExpr.cpp1278 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
2517 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { function in class:CodeGenFunction
3921 return EmitDeclRefLValue(DRE);
H A DCGObjC.cpp1626 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation());
H A DCGBlocks.cpp1080 src = EmitDeclRefLValue(&declRef).getAddress(*this);
H A DCodeGenFunction.h3513 LValue EmitDeclRefLValue(const DeclRefExpr *E);

Completed in 122 milliseconds