reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 S.UniqueId = NextSectionUniqueId++; 75 SectionMap[S.UniqueId] = &S; 90 return AssociatedSections.count(Sec.UniqueId) == 1; 99 RemovedSections.insert(Sec.UniqueId);tools/llvm-objcopy/COFF/Reader.cpp
130 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; 143 Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId;