Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h474 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
H A DObject.cpp2134 Segment->removeSection(RemoveSec.get()); in removeSections()