HomeSort by relevance Sort by last modified time
    Searched defs:UnwindInst (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 635 // UnwindInst Implementation
638 UnwindInst::UnwindInst(LLVMContext &Context, Instruction *InsertBefore)
642 UnwindInst::UnwindInst(LLVMContext &Context, BasicBlock *InsertAtEnd)
648 unsigned UnwindInst::getNumSuccessorsV() const {
652 void UnwindInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) {
653 llvm_unreachable("UnwindInst has no successors!");
656 BasicBlock *UnwindInst::getSuccessorV(unsigned idx) const {
657 llvm_unreachable("UnwindInst has no successors!")
    [all...]

Completed in 488 milliseconds