Searched refs:ExceptionSection (Results 1 – 1 of 1) sorted by relevance
345 ExceptionSectionEntry ExceptionSection; member in __anon43032e790111::XCOFFObjectWriter425 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()463 ExceptionSection(".except", XCOFF::STYP_EXCEPT),479 ExceptionSection.reset(); in reset()820 writeSectionForExceptionSectionEntry(Asm, ExceptionSection, in writeSections()949 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()950 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()959 (is64Bit() && ExceptionSection.isDebugEnabled) ? 3 : 2); in writeSymbolEntryForCsectMemberLabel()960 if (is64Bit() && ExceptionSection.isDebugEnabled) { in writeSymbolEntryForCsectMemberLabel()964 ExceptionSection.FileOffsetToData + in writeSymbolEntryForCsectMemberLabel()[all …]