1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-objcopy/MachO
Benjamin Kramer 87d13166c7 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +01:00
..
MachOLayoutBuilder.cpp [llvm-objcopy][MachO] Fix symbol order in the symbol table 2019-11-21 09:30:46 -08:00
MachOLayoutBuilder.h Recommit "[llvm-objcopy][MachO] Support load commands used in executables/shared libraries" 2019-08-19 21:05:31 +00:00
MachOObjcopy.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
MachOObjcopy.h
MachOReader.cpp [llvm-objcopy][MachO] Implement --add-section 2019-12-16 14:07:29 +09:00
MachOReader.h Recommit "[llvm-objcopy][MachO] Support load commands used in executables/shared libraries" 2019-08-19 21:05:31 +00:00
MachOWriter.cpp Introduce llvm-install-name-tool 2019-11-19 23:42:37 -08:00
MachOWriter.h Recommit "[llvm-objcopy][MachO] Support load commands used in executables/shared libraries" 2019-08-19 21:05:31 +00:00
Object.cpp [llvm-objcopy][MachO] Implement --add-section 2019-12-16 14:07:29 +09:00
Object.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00