Searched refs:getEHLabel (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 395 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 572 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 662 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5218 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getControlRoot(), BeginLabel)); in LowerCallTo() 5320 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getRoot(), EndLabel)); in LowerCallTo()
|
D | SelectionDAG.cpp | 1372 SDValue SelectionDAG::getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label) { in getEHLabel() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5713 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getControlRoot(), BeginLabel)); in lowerInvokable() 5741 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel)); in lowerInvokable()
|
D | SelectionDAG.cpp | 1706 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6369 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getControlRoot(), BeginLabel)); in lowerInvokable() 6397 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel)); in lowerInvokable()
|
D | SelectionDAG.cpp | 1773 SDValue SelectionDAG::getEHLabel(const SDLoc &dl, SDValue Root, in getEHLabel() function in SelectionDAG
|