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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 634 // ResumeInst Implementation
637 ResumeInst::ResumeInst(const ResumeInst &RI)
639 OperandTraits<ResumeInst>::op_begin(this), 1) {
643 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore)
645 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) {
649 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd
    [all...]

Completed in 55 milliseconds