1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include/llvm/Object
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
..
Archive.h [llvm-ar] Implement the O modifier: display member offsets inside the archive 2019-10-17 11:34:29 +00:00
ArchiveWriter.h
Binary.h
COFF.h [COFF] Silence static analyzer null dereference warning. NFCI. 2019-09-24 13:57:38 +00:00
COFFImportFile.h
COFFModuleDefinition.h
CVDebugRecord.h
Decompressor.h
ELF.h [Object/ELF] - Refine the error reported when section's offset + size overruns the file buffer. 2019-12-03 17:55:55 +03:00
ELFObjectFile.h [llvm-objdump] Fix spurious "The end of the file was unexpectedly encountered" if a SHT_NOBITS sh_offset is larger than the file size 2019-11-05 11:14:12 -08:00
ELFTypes.h
Error.h
IRObjectFile.h
IRSymtab.h [Support] Split MallocAllocator out of Allocator.h 2020-01-24 17:29:32 -08:00
MachO.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
MachOUniversal.h [Object] Fix the return type of getOffset/getSize 2019-10-17 18:48:07 +00:00
Minidump.h Add ExceptionStream to llvm::Object::minidump 2019-10-18 14:43:15 +00:00
ModuleSymbolTable.h
ObjectFile.h Add operator<< for object::SectionedAddress 2019-11-19 10:34:30 +01:00
RelocationResolver.h
StackMapParser.h
SymbolicFile.h
SymbolSize.h
TapiFile.h Revert [llvm-nm] Add tapi file support 2019-09-11 21:35:28 +00:00
TapiUniversal.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Wasm.h [WebAssembly] Add WebAssembly support to llvm-symbolizer 2020-01-28 09:55:38 -08:00
WasmTraits.h
WindowsMachineFlag.h
WindowsResource.h
XCOFFObjectFile.h [XCOFF] Add back extern template declarations 2019-11-07 09:42:25 -08:00