Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h395 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label);
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h572 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h662 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5218 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getControlRoot(), BeginLabel)); in LowerCallTo()
5320 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getRoot(), EndLabel)); in LowerCallTo()
DSelectionDAG.cpp1372 SDValue SelectionDAG::getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label) { in getEHLabel() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5713 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getControlRoot(), BeginLabel)); in lowerInvokable()
5741 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel)); in lowerInvokable()
DSelectionDAG.cpp1706 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6369 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getControlRoot(), BeginLabel)); in lowerInvokable()
6397 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel)); in lowerInvokable()
DSelectionDAG.cpp1773 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG