Home
last modified time | relevance | path

Searched refs:DwarfSect (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp181 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()
1074 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1075 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
1082 DwarfSect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
1091 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
[all …]