Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAG.h1723 SDDbgValue *getConstantDbgValue(DIVariable *Var, DIExpression *Expr,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1500 DAG.getConstantDbgValue(Variable, Expr, Undef, DL, DbgSDNodeOrder); in resolveDanglingDebugInfo()
1567 auto *SDV = DAG.getConstantDbgValue(Var, Expr, Undef, DL, SDNodeOrder); in salvageUnresolvedDbgValue()
6149 SDDbgValue *SDV = DAG.getConstantDbgValue( in EmitFuncArgumentDbgValue()
HDSelectionDAG.cpp11017 SDDbgValue *SelectionDAG::getConstantDbgValue(DIVariable *Var, in getConstantDbgValue() function in SelectionDAG