Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp186 std::unique_ptr<XCOFFSection> DwarfSect; member
194 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
196 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
1023 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1024 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1065 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1146 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1352 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) - in assignAddressesAndIndices()
1359 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1360 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
[all …]