Searched defs:ExceptionSectionEntry (Results 1 – 2 of 2) sorted by relevance
244 struct ExceptionSectionEntry : public SectionEntry { struct245 std::map<const StringRef, ExceptionInfo> ExceptionTable;246 bool isDebugEnabled = false;248 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function
95 template struct ExceptionSectionEntry<support::ubig32_t>; variable96 template struct ExceptionSectionEntry<support::ubig64_t>; variable