reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115 AssociatedSections.insert(Sym.TargetSectionId); 116 return RemovedSections.count(Sym.TargetSectionId) == 1;tools/llvm-objcopy/COFF/Reader.cpp
127 Sym.TargetSectionId = SymRef.getSectionNumber(); 130 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId;tools/llvm-objcopy/COFF/Writer.cpp
42 if (Sym.TargetSectionId <= 0) { 45 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); 47 const Section *Sec = Obj.findSection(Sym.TargetSectionId);