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

References

tools/clang/lib/CodeGen/CGException.cpp
  652   if (DispatchBlock)
  653     return DispatchBlock;
  656     DispatchBlock = getTerminateFunclet();
  658     DispatchBlock = createBasicBlock();
  659   CGBuilderTy Builder(*this, DispatchBlock);
  663     DispatchBlock->setName("catch.dispatch");
  667     DispatchBlock->setName("ehcleanup");
  674     DispatchBlock->setName("terminate");
  680   EHS.setCachedEHDispatchBlock(DispatchBlock);
  681   return DispatchBlock;