Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1843 void AddDbgLabel(SDDbgLabel *DB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1275 DAG.AddDbgLabel(SDV); in visitDbgInfo()
6646 DAG.AddDbgLabel(SDV); in visitIntrinsicCall()
H A DSelectionDAG.cpp11804 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel() function in SelectionDAG