[PATCH] D11839: Adding SymbolRef::getSectionName for getting a textual section name for the symbol. Updating llvm-objdump to use this

Colin LeMahieu via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 11:36:53 PDT 2015


colinl updated this revision to Diff 31533.
colinl added a comment.

Applied ErrorOr instead of by-reference result pattern.  Substituted sstream for raw_string_stream.  Moved utility function out of header.


Repository:
  rL LLVM

http://reviews.llvm.org/D11839

Files:
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/MachO.h
  include/llvm/Object/ObjectFile.h
  lib/Object/ELFObjectFile.cpp
  lib/Object/MachOObjectFile.cpp
  lib/Object/ObjectFile.cpp
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11839.31533.patch
Type: text/x-patch
Size: 8255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150807/901578ec/attachment.bin>


More information about the llvm-commits mailing list