Searched defs:CatchHandler (Results 1 – 5 of 5) sorted by relevance
148 struct CatchHandler { struct149 const VarDecl *Variable;150 const Stmt *Body;151 llvm::BasicBlock *Block;152 llvm::Constant *TypeInfo;
3868 llvm::BasicBlock *CatchHandler = nullptr; in EmitTryOrSynchronizedStmt() local
91 public static class CatchHandler { class in Code96 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress) { in CatchHandler() method in Code.CatchHandler
60 CatchHandler(BasicBlock *BB, Constant *Selector, BasicBlock *NextBB) in CatchHandler() function
736 static bool isSelectorDispatch(BasicBlock *BB, BasicBlock *&CatchHandler, in isSelectorDispatch()1212 BasicBlock *CatchHandler; in handleTypeIdFor() local