Lines Matching refs:DwarfSect
195 std::unique_ptr<XCOFFSection> DwarfSect; member
216 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
218 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
1102 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1103 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1175 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1256 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1463 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) - in assignAddressesAndIndices()
1470 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1471 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
1478 DwarfSect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
1479 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex; in assignAddressesAndIndices()
1487 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
1492 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1589 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec, Layout); in writeSectionForDwarfSectionEntry()