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