Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp289 ExceptionSectionEntry ExceptionSection; member in __anon0367a1100111::XCOFFObjectWriter
366 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
399 ExceptionSection(".except", XCOFF::STYP_EXCEPT) {}
414 ExceptionSection.reset(); in reset()
718 writeSectionForExceptionSectionEntry(Asm, Layout, ExceptionSection, in writeSections()
818 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
819 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
828 (is64Bit() && ExceptionSection.isDebugEnabled) ? 3 : 2); in writeSymbolEntryForCsectMemberLabel()
829 if (is64Bit() && ExceptionSection.isDebugEnabled) { in writeSymbolEntryForCsectMemberLabel()
833 ExceptionSection.FileOffsetToData + in writeSymbolEntryForCsectMemberLabel()
[all …]