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

  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 662 // ResumeInst Implementation
665 ResumeInst::ResumeInst(const ResumeInst &RI)
667 OperandTraits<ResumeInst>::op_begin(this), 1) {
671 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore)
673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) {
677 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd
    [all...]

Completed in 58 milliseconds