return the number of 'handlers' in this catchswitch instruction, except the default handler
Synopsis
Declared in <llvm/IR/Instructions.h>
unsigned int
getNumHandlers() const;
Return Value
The number of 'handlers' in this catchswitch instruction, except the default handler.
Created with MrDocs