Lines Matching refs:DwarfSect
181 std::unique_ptr<XCOFFSection> DwarfSect; member
189 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
191 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
870 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
871 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
912 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
942 DwarfSection.RelocationCount = DwarfSection.DwarfSect->Relocations.size(); in finalizeSectionInfo()
1066 (*DwarfSections.begin()).DwarfSect->MCSec->getAlignment()) - in assignAddressesAndIndices()
1074 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1075 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
1082 DwarfSect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
1083 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex; in assignAddressesAndIndices()
1091 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
1096 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1211 Asm.writeSectionData(W.OS, DwarfEntry.DwarfSect->MCSec, Layout); in writeSectionForDwarfSectionEntry()