Searched refs:ExceptionSectionEntry (Results 1 – 3 of 3) sorted by relevance
287 template <typename AddressType> struct ExceptionSectionEntry {309 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;310 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;313 extern template struct ExceptionSectionEntry<support::ubig32_t>;314 extern template struct ExceptionSectionEntry<support::ubig64_t>;
245 struct ExceptionSectionEntry : public SectionEntry { struct249 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function255 virtual ~ExceptionSectionEntry() = default;347 ExceptionSectionEntry ExceptionSection;389 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);1605 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry()
89 template struct ExceptionSectionEntry<support::ubig32_t>; variable90 template struct ExceptionSectionEntry<support::ubig64_t>; variable