Searched refs:DwarfSect (Results 1 – 1 of 1) sorted by relevance
181 std::unique_ptr<XCOFFSection> DwarfSect; member189 : 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()1074 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local1075 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()1082 DwarfSect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()1091 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()[all …]