Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp223 struct ExceptionSectionEntry : public SectionEntry { struct
224 std::map<const StringRef, ExceptionInfo> ExceptionTable;
225 bool isDebugEnabled = false;
227 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp89 template struct ExceptionSectionEntry<support::ubig32_t>; variable
90 template struct ExceptionSectionEntry<support::ubig64_t>; variable