Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h284 template <typename AddressType> struct ExceptionSectionEntry {
306 typedef ExceptionSectionEntry<support::ubig32_t> ExceptionSectionEntry32;
307 typedef ExceptionSectionEntry<support::ubig64_t> ExceptionSectionEntry64;
310 extern template struct ExceptionSectionEntry<support::ubig32_t>;
311 extern template struct ExceptionSectionEntry<support::ubig64_t>;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp223 struct ExceptionSectionEntry : public SectionEntry { struct
227 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() argument
233 virtual ~ExceptionSectionEntry() = default;
289 ExceptionSectionEntry ExceptionSection;
330 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);
1486 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry()
/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