Searched refs:getDbgValue (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 692 SDDbgValue *getDbgValue(SDValue N, DILocalVariable *Variable,
|
H A D | SelectionDAGBuilder.cpp | 1303 SDV = getDbgValue(Val, Variable, Expr, DL, in resolveDanglingDebugInfo() 5786 SDDbgValue *SelectionDAGBuilder::getDbgValue(SDValue N, in getDbgValue() function in SelectionDAGBuilder 5805 return DAG.getDbgValue(Variable, Expr, N.getNode(), N.getResNo(), in getDbgValue() 6174 SDV = DAG.getDbgValue(Variable, Expression, N.getNode(), N.getResNo(), in visitIntrinsicCall()
|
H A D | SelectionDAG.cpp | 10080 SDDbgValue *SelectionDAG::getDbgValue(DIVariable *Var, DIExpression *Expr, in getDbgValue() function in SelectionDAG
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1739 SDDbgValue *getDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N,
|