Searched refs:ExceptionSectionEntry (Results 1 – 3 of 3) sorted by relevance
284 template <typename AddressType> struct ExceptionSectionEntry {306 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;307 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;310 extern template struct ExceptionSectionEntry<support::ubig32_t>;311 extern template struct ExceptionSectionEntry<support::ubig64_t>;
223 struct ExceptionSectionEntry : public SectionEntry { struct227 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument233 virtual ~ExceptionSectionEntry() = default;289 ExceptionSectionEntry ExceptionSection;330 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);1486 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry()
89 template struct ExceptionSectionEntry<support::ubig32_t>; variable90 template struct ExceptionSectionEntry<support::ubig64_t>; variable