Home
last modified time | relevance | path

Searched refs:ExceptionSectionEntry (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h294 template <typename AddressType> struct ExceptionSectionEntry {
316 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;
317 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;
320 extern template struct ExceptionSectionEntry<support::ubig32_t>;
321 extern template struct ExceptionSectionEntry<support::ubig64_t>;
/src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp244 struct ExceptionSectionEntry : public SectionEntry { struct
248 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument
254 virtual ~ExceptionSectionEntry() = default;
345 ExceptionSectionEntry ExceptionSection;
387 ExceptionSectionEntry &ExceptionEntry,
1666 const MCAssembler &Asm, ExceptionSectionEntry &ExceptionEntry, in writeSectionForExceptionSectionEntry()
/src/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