llvm-6502/tools/llvm-readobj
Saleem Abdulrasool 0dd6b9b974 tools: fix Twine abuse
utohexstr provides a temporary string, making it unsafe to use with the Twine
interface which will not copy the string.  Switch to using std::string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200457 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-30 06:19:27 +00:00
..
ARMAttributeParser.cpp tools: fix Twine abuse 2014-01-30 06:19:27 +00:00
ARMAttributeParser.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
ARMEHABIPrinter.h tools: use 64-bit print specifier 2014-01-21 04:31:29 +00:00
CMakeLists.txt tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
COFFDumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
ELFDumper.cpp tools: remove unnecessary typename 2014-01-30 06:19:24 +00:00
Error.cpp
Error.h
llvm-readobj.cpp tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
llvm-readobj.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
LLVMBuild.txt
MachODumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
Makefile
ObjDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ObjDumper.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
StreamWriter.cpp
StreamWriter.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00