Searched refs:ExceptionSectionEntry (Results 1 – 3 of 3) sorted by relevance
294 template <typename AddressType> struct ExceptionSectionEntry {316 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;317 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;320 extern template struct ExceptionSectionEntry<support::ubig32_t>;321 extern template struct ExceptionSectionEntry<support::ubig64_t>;
244 struct ExceptionSectionEntry : public SectionEntry { struct248 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument254 virtual ~ExceptionSectionEntry() = default;345 ExceptionSectionEntry ExceptionSection;387 ExceptionSectionEntry &ExceptionEntry,1666 const MCAssembler &Asm, ExceptionSectionEntry &ExceptionEntry, in writeSectionForExceptionSectionEntry()
95 template struct ExceptionSectionEntry<support::ubig32_t>; variable96 template struct ExceptionSectionEntry<support::ubig64_t>; variable