Lines Matching refs:ExceptionSection

347   ExceptionSectionEntry ExceptionSection;  member in __anonf52d242f0111::XCOFFObjectWriter
429 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
463 ExceptionSection(".except", XCOFF::STYP_EXCEPT),
479 ExceptionSection.reset(); in reset()
793 writeSectionForExceptionSectionEntry(Asm, Layout, ExceptionSection, in writeSections()
895 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
896 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
905 (is64Bit() && ExceptionSection.isDebugEnabled) ? 3 : 2); in writeSymbolEntryForCsectMemberLabel()
906 if (is64Bit() && ExceptionSection.isDebugEnabled) { in writeSymbolEntryForCsectMemberLabel()
910 ExceptionSection.FileOffsetToData + in writeSymbolEntryForCsectMemberLabel()
918 ExceptionSection.FileOffsetToData + in writeSymbolEntryForCsectMemberLabel()
921 (is64Bit() && ExceptionSection.isDebugEnabled) in writeSymbolEntryForCsectMemberLabel()
1065 writeSectionHeader(&ExceptionSection); in writeSectionHeaderTable()
1282 RawPointer = ExceptionSection.advanceFileOffset(MaxRawDataSize, RawPointer); in finalizeSectionInfo()
1307 ExceptionSection.isDebugEnabled = true; in addExceptionEntry()
1308 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry()
1309 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry()
1319 ExceptionSection.ExceptionTable.insert( in addExceptionEntry()
1326 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionSectionSize()
1327 it != ExceptionSection.ExceptionTable.end(); ++it) in getExceptionSectionSize()
1338 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionOffset()
1339 it != ExceptionSection.ExceptionTable.end(); ++it) { in getExceptionOffset()
1419 ExceptionSection.ExceptionTable.find(Sym.MCSym->getName()); in assignAddressesAndIndices()
1420 if (Entry != ExceptionSection.ExceptionTable.end()) { in assignAddressesAndIndices()
1435 if (is64Bit() && ExceptionSection.isDebugEnabled) in assignAddressesAndIndices()
1509 ExceptionSection.Index = SectionIndex++; in assignAddressesAndIndices()
1511 ExceptionSection.Address = 0; in assignAddressesAndIndices()
1512 ExceptionSection.Size = getExceptionSectionSize(); in assignAddressesAndIndices()
1513 Address += ExceptionSection.Size; in assignAddressesAndIndices()