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

References

lib/CodeGen/WinEHPrepare.cpp
  150       HT.TypeDescriptor = nullptr;
  152       HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
  153     HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
  154     HT.Handler = CPI->getParent();
  157       HT.CatchObj.Alloca = AI;
  159       HT.CatchObj.Alloca = nullptr;
  160     TBME.HandlerArray.push_back(HT);