llvm-project/llvm/lib/DebugInfo/GSYM
Benjamin Kramer adcd026838 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
..
CMakeLists.txt Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
FileWriter.cpp Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
FunctionInfo.cpp Avoid naming variable after type to fix GCC 5.3 build 2019-12-06 11:25:28 -08:00
GsymCreator.cpp Fix Windows build after r374381 2019-10-10 18:20:16 +00:00
GsymReader.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
Header.cpp Add GsymCreator and GsymReader. 2019-10-10 17:10:11 +00:00
InlineInfo.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
LLVMBuild.txt Fix build by adding the missing dependency. 2019-10-10 18:04:52 +00:00
LineTable.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00
LookupResult.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Range.cpp Add lookup functions for efficient lookups of addresses when using GsymReader classes. 2019-12-05 16:49:53 -08:00