Searched refs:DwarfSect (Results 1 – 1 of 1) sorted by relevance
194 std::unique_ptr<XCOFFSection> DwarfSect; member215 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()217 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()1157 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()1237 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()1318 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()1525 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) - in assignAddressesAndIndices()1532 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local1533 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()[all …]