Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp126 AssociatedSections.insert(Sym.TargetSectionId); in removeSections()
127 return RemovedSections.count(Sym.TargetSectionId) == 1; in removeSections()
DReader.cpp128 Sym.TargetSectionId = SymRef.getSectionNumber(); in readSymbols()
131 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; in readSymbols()
DWriter.cpp42 if (Sym.TargetSectionId <= 0) { in finalizeSymbolContents()
45 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); in finalizeSymbolContents()
47 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
DObject.h87 ssize_t TargetSectionId; member