Searched defs:ExceptionTableEntry (Results 1 – 2 of 2) sorted by relevance
207 struct ExceptionTableEntry { struct208 const MCSymbol *Trap;209 uint64_t TrapAddress;210 unsigned Lang;211 unsigned Reason;213 ExceptionTableEntry(const MCSymbol *Trap, unsigned Lang, unsigned Reason) in ExceptionTableEntry() function
26 class ExceptionTableEntry { class32 ExceptionTableEntry(int start, int end, int handle, int type) { in ExceptionTableEntry() method in ExceptionTableEntry