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() &&
1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations)
1157 writeRelocation(Reloc, *DwarfSection.DwarfSect);
1237 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect,
1318 DwarfSection.DwarfSect->Relocations.size());
1525 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) -
1532 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect;
1533 const MCSectionXCOFF *MCSec = DwarfSect.MCSec;
1540 DwarfSect.SymbolTableIndex = SymbolTableIndex;
1541 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex;
1549 DwarfSection.Address = DwarfSect.Address =
1554 DwarfSection.Size = DwarfSect.Size = Asm.getSectionAddressSize(*MCSec);
1651 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec);