Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1748 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, 1753 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10693 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG 10700 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue() 10704 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 1194 SDV = DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(), in handleDebugDeclare() 5977 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(), in getDbgValue()
|