Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp1067 for (auto &RemoveSec : make_range(Iter, std::end(Sections))) { in removeSections() local
1069 Segment->removeSection(RemoveSec.get()); in removeSections()
1071 KeepSec->removeSectionReferences(RemoveSec.get()); in removeSections()