Home
last modified time | relevance | path

Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAG.h1749 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
1754 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5802 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()
DSelectionDAG.cpp10105 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