Home
last modified time | relevance | path

Searched refs:setThrowUnwindDest (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h45 void setThrowUnwindDest(const BasicBlock *BB, const BasicBlock *Dest) { in setThrowUnwindDest() function
64 void setThrowUnwindDest(MachineBasicBlock *MBB, MachineBasicBlock *Dest) { in setThrowUnwindDest() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp370 EHInfo.setThrowUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
372 EHInfo.setThrowUnwindDest(&BB, UnwindBB); in calculateWasmEHInfo()