Searched defs:ExceptionSectionEntry (Results 1 – 2 of 2) sorted by relevance
243 struct ExceptionSectionEntry : public SectionEntry { struct244 std::map<const StringRef, ExceptionInfo> ExceptionTable;245 bool isDebugEnabled = false;247 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument
96 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig32_t>; variable97 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig64_t>; variable