Home
last modified time | relevance | path

Searched defs:ExceptionSectionEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp243 struct ExceptionSectionEntry : public SectionEntry { struct
244 std::map<const StringRef, ExceptionInfo> ExceptionTable;
245 bool isDebugEnabled = false;
247 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp96 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig32_t>; variable
97 template struct LLVM_EXPORT_TEMPLATE ExceptionSectionEntry<support::ubig64_t>; variable