Searched refs:getEHLabel (Results 1 – 3 of 3) sorted by relevance
759 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
7824 return DAG.getEHLabel(getCurSDLoc(), Chain, BeginLabel); in lowerStartEH()7838 Chain = DAG.getEHLabel(getCurSDLoc(), Chain, EndLabel); in lowerEndEH()
2151 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG