Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp112 AssociatedSections.insert(Sym.TargetSectionId); in removeSections()
113 return RemovedSections.contains(Sym.TargetSectionId); in removeSections()
H A DCOFFWriter.cpp45 if (Sym.TargetSectionId <= 0) { in finalizeSymbolContents()
48 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); in finalizeSymbolContents()
50 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
120 SecIdMap[Sym.TargetSectionId] = in finalizeSymIdxContents()
H A DCOFFReader.cpp127 Sym.TargetSectionId = SymRef.getSectionNumber(); in readSymbols()
130 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; in readSymbols()
H A DCOFFObject.h87 ssize_t TargetSectionId; member