Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1486 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, 1491 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8702 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG 8709 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue() 8713 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 5700 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(), in getDbgValue() 6020 SDDbgValue *SDV = DAG.getFrameIndexDbgValue( in visitIntrinsicCall() 6044 DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(), in visitIntrinsicCall()
|