Home
last modified time | relevance | path

Searched defs:removeSections (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp27 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/
DObject.cpp98 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/
DObject.cpp70 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object
DMachOObjcopy.cpp49 static Error removeSections(const CopyConfig &Config, Object &Obj) { in removeSections() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp2100 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object