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.cpp244 struct ExceptionSectionEntry : public SectionEntry { struct
245 std::map<const StringRef, ExceptionInfo> ExceptionTable;
246 bool isDebugEnabled = false;
248 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp95 template struct ExceptionSectionEntry<support::ubig32_t>; variable
96 template struct ExceptionSectionEntry<support::ubig64_t>; variable