Searched refs:RemovedSections (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp93 DenseSet<ssize_t> RemovedSections; local
96 [ToRemove, &RemovedSections](const Section &Sec) {
99 RemovedSections.insert(Sec.UniqueId);
108 [&RemovedSections, &AssociatedSections](const Symbol &Sym) {
113 if (RemovedSections.count(Sym.AssociativeComdatTargetSectionId) ==
116 return RemovedSections.count(Sym.TargetSectionId) == 1;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1003 std::vector<SecPtr> RemovedSections; member in class:llvm::objcopy::elf::Object
1059 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); }
H A DObject.cpp1867 // Transfer removed sections into the Object RemovedSections container for use
1869 std::move(Iter, Sections.end(), std::back_inserter(RemovedSections));

Completed in 65 milliseconds