Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp233 DWOFile->removeSections( in SplitDWOToFile()
435 Obj.removeSections(RemovePred); in HandleArgs()
DObject.cpp1046 void Object::removeSections(std::function<bool(const SectionBase &)> ToRemove) { in removeSections() function in Object
1253 Obj.removeSections([this](const SectionBase &Sec) { in finalize()
DObject.h705 void removeSections(std::function<bool(const SectionBase &)> ToRemove);