Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp343 ExceptionSectionEntry ExceptionSection; member in __anon43032e790111::XCOFFWriter
423 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
461 ExceptionSection(".except", XCOFF::STYP_EXCEPT),
477 ExceptionSection.reset(); in reset()
809 writeSectionForExceptionSectionEntry(Asm, ExceptionSection, in writeSections()
936 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
937 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
946 (is64Bit() && ExceptionSection.isDebugEnabled) ? 3 : 2); in writeSymbolEntryForCsectMemberLabel()
947 if (is64Bit() && ExceptionSection.isDebugEnabled) { in writeSymbolEntryForCsectMemberLabel()
951 ExceptionSection.FileOffsetToData + in writeSymbolEntryForCsectMemberLabel()
[all …]