Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp111 AssociatedSections.insert(Sym.TargetSectionId); in removeSections()
112 return RemovedSections.contains(Sym.TargetSectionId); in removeSections()
H A DCOFFReader.cpp128 Sym.TargetSectionId = SymRef.getSectionNumber(); in readSymbols()
131 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; in readSymbols()
H A DCOFFWriter.cpp43 if (Sym.TargetSectionId <= 0) { in finalizeSymbolContents()
46 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); in finalizeSymbolContents()
48 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
H A DCOFFObject.h87 ssize_t TargetSectionId; member