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.h1972 LLVM_ABI void AddDbgLabel(SDDbgLabel *DB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1268 DAG.AddDbgLabel(SDV); in visitDbgInfo()
H A DSelectionDAG.cpp12383 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel() function in SelectionDAG