Lines Matching defs:DwarfSect
194 std::unique_ptr<XCOFFSection> DwarfSect;
215 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)),
217 assert(DwarfSect->MCSec->isDwarfSect() &&
1153 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations)
1154 writeRelocation(Reloc, *DwarfSection.DwarfSect);
1231 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect,
1311 DwarfSection.DwarfSect->Relocations.size());
1519 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) -
1526 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect;
1527 const MCSectionXCOFF *MCSec = DwarfSect.MCSec;
1534 DwarfSect.SymbolTableIndex = SymbolTableIndex;
1535 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex;
1543 DwarfSection.Address = DwarfSect.Address =
1548 DwarfSection.Size = DwarfSect.Size = Asm.getSectionAddressSize(*MCSec);
1645 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec);