Searched defs:removeSections (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/ | ||
D | Object.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object |
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ | ||
D | Object.cpp | 98 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object |
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ | ||
D | Object.cpp | 70 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object |
D | MachOObjcopy.cpp | 49 static Error removeSections(const CopyConfig &Config, Object &Obj) { in removeSections() function |
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ | ||
D | Object.cpp | 2100 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object |