Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h287 template <typename AddressType> struct ExceptionSectionEntry {
309 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;
310 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;
313 extern template struct ExceptionSectionEntry<support::ubig32_t>;
314 extern template struct ExceptionSectionEntry<support::ubig64_t>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp245 struct ExceptionSectionEntry : public SectionEntry { struct
249 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument
255 virtual ~ExceptionSectionEntry() = default;
347 ExceptionSectionEntry ExceptionSection;
389 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);
1605 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp89 template struct ExceptionSectionEntry<support::ubig32_t>; variable
90 template struct ExceptionSectionEntry<support::ubig64_t>; variable