Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h303 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } in removeSection() function
DObject.cpp1069 Segment->removeSection(RemoveSec.get()); in removeSections()