Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1723 SDDbgValue *getConstantDbgValue(DIVariable *Var, DIExpression *Expr,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.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()
H A DSelectionDAG.cpp11017 SDDbgValue *SelectionDAG::getConstantDbgValue(DIVariable *Var, in getConstantDbgValue() function in SelectionDAG