Home
last modified time | relevance | path

Searched refs:removeSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h323 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
H A DObject.cpp1344 Segment->removeSection(RemoveSec.get()); in removeSections()