Searched refs:ExceptionSectionEntry (Results 1 – 3 of 3) sorted by relevance
297 template <typename AddressType> struct ExceptionSectionEntry {319 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;320 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;324 ExceptionSectionEntry<support::ubig32_t>;326 ExceptionSectionEntry<support::ubig64_t>;
243 struct ExceptionSectionEntry : public SectionEntry { struct247 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument253 virtual ~ExceptionSectionEntry() = default;343 ExceptionSectionEntry ExceptionSection;385 ExceptionSectionEntry &ExceptionEntry,1650 const MCAssembler &Asm, ExceptionSectionEntry &ExceptionEntry, in writeSectionForExceptionSectionEntry()
96 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig32_t>; variable97 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig64_t>; variable