Searched defs:removeSections (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/ObjCopy/wasm/ | ||
H A D | WasmObject.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { removeSections() function in llvm::objcopy::wasm::Object |
H A D | WasmObjcopy.cpp | 60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function |
/llvm-project/llvm/lib/ObjCopy/COFF/ | ||
H A D | COFFObject.cpp | 89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { removeSections() function in llvm::objcopy::coff::Object |
/llvm-project/llvm/lib/ObjCopy/MachO/ | ||
H A D | MachOObject.cpp | 103 Error Object::removeSections( removeSections() function in Object |
H A D | MachOObjcopy.cpp | 55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 2191 Error Object::removeSections( removeSections() function in Object |