llvm-project/llvm/tools/llvm-objcopy/wasm
Alexey Lapshin 0373c768c5 [llvm-objcopy][NFC] refactor error handling. part 3.
Remove usages of special error reporting functions(error(),
reportError()). Errors are reported as Expected<>/Error returning
values. This part is for ELF subfolder of llvm-objcopy.

Testing: check-all.

Differential Revision: https://reviews.llvm.org/D87987
2020-10-02 23:55:05 +03:00
..
Object.cpp [llvm-objcopy][WebAssembly] Add dump/add/remove-section support 2020-02-11 15:17:18 -08:00
Object.h [llvm-objcopy][WebAssembly] Add dump/add/remove-section support 2020-02-11 15:17:18 -08:00
Reader.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
Reader.h [llvm-objcopy] Initial support for wasm in llvm-objcopy 2020-01-29 17:32:02 -08:00
WasmObjcopy.cpp [llvm-objcopy][NFC] refactor error handling. part 3. 2020-10-02 23:55:05 +03:00
WasmObjcopy.h [llvm-objcopy] Initial support for wasm in llvm-objcopy 2020-01-29 17:32:02 -08:00
Writer.cpp SymbolicFile.h - removed unused FileSystem.h include. NFC. 2020-05-28 15:26:31 +01:00
Writer.h [llvm-objcopy] Initial support for wasm in llvm-objcopy 2020-01-29 17:32:02 -08:00