Home
last modified time | relevance | path

Searched refs:EmitFuncArgumentDbgValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h690 bool EmitFuncArgumentDbgValue(const Value *V, DILocalVariable *Variable,
H A DSelectionDAGBuilder.cpp1212 EmitFuncArgumentDbgValue(Address, Variable, Expression, DL, in handleDebugDeclare()
1223 if (!EmitFuncArgumentDbgValue(Address, Variable, Expression, DL, in handleDebugDeclare()
1476 if (!EmitFuncArgumentDbgValue(V, Variable, Expr, DL, in resolveDanglingDebugInfo()
1630 EmitFuncArgumentDbgValue(V, Var, Expr, DbgLoc, in handleDebugValue()
5976 bool SelectionDAGBuilder::EmitFuncArgumentDbgValue( in EmitFuncArgumentDbgValue() function in SelectionDAGBuilder