Searched defs:removeSections (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ | ||
H A D | Object.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::wasm::Object |
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ | ||
H A D | Object.cpp | 89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections() function in llvm::objcopy::coff::Object |
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ | ||
H A D | Object.cpp | 68 Error Object::removeSections( in removeSections() function in llvm::objcopy::macho::Object |
H A D | MachOObjcopy.cpp | 52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections() function |
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ | ||
H A D | Object.cpp | 2108 Error Object::removeSections( in removeSections() function in llvm::objcopy::elf::Object |