Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp193 std::unique_ptr<XCOFFSection> DwarfSect; member
214 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
216 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
1143 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1144 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1221 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1301 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1509 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) - in assignAddressesAndIndices()
1516 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1517 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
[all …]