Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h759 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7824 return DAG.getEHLabel(getCurSDLoc(), Chain, BeginLabel); in lowerStartEH()
7838 Chain = DAG.getEHLabel(getCurSDLoc(), Chain, EndLabel); in lowerEndEH()
H A DSelectionDAG.cpp2151 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG