Searched defs:ExceptionSectionEntry (Results 1 – 2 of 2) sorted by relevance
245 struct ExceptionSectionEntry : public SectionEntry { struct246 std::map<const StringRef, ExceptionInfo> ExceptionTable;247 bool isDebugEnabled = false;249 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function
89 template struct ExceptionSectionEntry<support::ubig32_t>; variable90 template struct ExceptionSectionEntry<support::ubig64_t>; variable