Home
last modified time | relevance | path

Searched refs:EmitDeclRefExprDbgValue (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1817 void CodeGenFunction::EmitDeclRefExprDbgValue(const DeclRefExpr *E, in EmitDeclRefExprDbgValue() function in CodeGenFunction
DCGExpr.cpp1183 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
1186 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
DCodeGenFunction.h2808 void EmitDeclRefExprDbgValue(const DeclRefExpr *E, llvm::Constant *Init);
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2170 void CodeGenFunction::EmitDeclRefExprDbgValue(const DeclRefExpr *E, in EmitDeclRefExprDbgValue() function in CodeGenFunction
DCGExpr.cpp1556 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
1559 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
DCodeGenFunction.h3866 void EmitDeclRefExprDbgValue(const DeclRefExpr *E, const APValue &Init);