Use move semantics if possible to construct ConstantRanges.
[oota-llvm.git] / docs / CommandGuide / llvm-readobj.rst
index 3ede21d5461c39df2aac123d319c75afc9182671..b1918b548f856ca3d226bbfa25f082d557a40f77 100644 (file)
@@ -63,6 +63,11 @@ input. Otherwise, it will read from the specified ``filenames``.
 
  Display unwind information.
 
+.. option:: -expand-relocs
+
+ When used with ``-relocations``, display each relocation in an expanded
+ multi-line format.
+
 .. option:: -dynamic-table
 
  Display the ELF .dynamic section table (only for ELF object files).
@@ -71,6 +76,10 @@ input. Otherwise, it will read from the specified ``filenames``.
 
  Display the needed libraries (only for ELF object files).
 
+.. option:: -program-headers
+
+ Display the ELF program headers (only for ELF object files).
+
 EXIT STATUS
 -----------