Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp195 std::unique_ptr<XCOFFSection> DwarfSect; member
218 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
1102 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1103 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1175 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1256 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1470 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices() local
1471 const MCSectionXCOFF *MCSec = DwarfSect.MCSec; in assignAddressesAndIndices()
1478 DwarfSect.SymbolTableIndex = SymbolTableIndex; in assignAddressesAndIndices()
1487 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
[all …]