Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1751 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1274 DAG.getDbgLabel(DLR->getLabel(), DLR->getDebugLoc(), SDNodeOrder); in visitDbgInfo()
6645 SDV = DAG.getDbgLabel(Label, dl, SDNodeOrder); in visitIntrinsicCall()
H A DSelectionDAG.cpp11285 SDDbgLabel *SelectionDAG::getDbgLabel(DILabel *Label, in getDbgLabel() function in SelectionDAG