Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 1749 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, 1754 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5802 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(), in getDbgValue() 6141 SDDbgValue *SDV = DAG.getFrameIndexDbgValue( in visitIntrinsicCall() 6165 DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(), in visitIntrinsicCall()
|
| D | SelectionDAG.cpp | 10105 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG 10112 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue() 10116 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG
|