reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/DwarfEHPrepare.cpp
  210     FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
  211                                           Type::getInt8PtrTy(Ctx), false);
  229     new UnreachableInst(Ctx, UnwindBB);
  233   BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
  234   PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft,
  254   new UnreachableInst(Ctx, UnwindBB);