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.cpp194 std::unique_ptr<XCOFFSection> DwarfSect; member
215 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
217 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1157 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1237 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1318 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1525 (*DwarfSections.begin()).DwarfSect->MCSec->getAlign()) - in assignAddressesAndIndices()
1532 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1533 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
[all …]