index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. LLVM Command Guide
  2. ------------------
  3. The following documents are command descriptions for all of the LLVM tools.
  4. These pages describe how to use the LLVM commands and what their options are.
  5. Note that these pages do not describe all of the options available for all
  6. tools. To get a complete listing, pass the ``--help`` (general options) or
  7. ``--help-hidden`` (general and debugging options) arguments to the tool you are
  8. interested in.
  9. Basic Commands
  10. ~~~~~~~~~~~~~~
  11. .. toctree::
  12. :maxdepth: 1
  13. llvm-as
  14. llvm-dis
  15. opt
  16. llc
  17. lli
  18. llvm-link
  19. llvm-lib
  20. llvm-lipo
  21. llvm-config
  22. llvm-cxxmap
  23. llvm-diff
  24. llvm-cov
  25. llvm-profdata
  26. llvm-stress
  27. llvm-symbolizer
  28. llvm-dwarfdump
  29. dsymutil
  30. llvm-mca
  31. llvm-readobj
  32. GNU binutils replacements
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~
  34. .. toctree::
  35. :maxdepth: 1
  36. llvm-addr2line
  37. llvm-ar
  38. llvm-cxxfilt
  39. llvm-nm
  40. llvm-objcopy
  41. llvm-objdump
  42. llvm-ranlib
  43. llvm-readelf
  44. llvm-size
  45. llvm-strings
  46. llvm-strip
  47. Debugging Tools
  48. ~~~~~~~~~~~~~~~
  49. .. toctree::
  50. :maxdepth: 1
  51. bugpoint
  52. llvm-extract
  53. llvm-bcanalyzer
  54. Developer Tools
  55. ~~~~~~~~~~~~~~~
  56. .. toctree::
  57. :maxdepth: 1
  58. FileCheck
  59. tblgen
  60. lit
  61. llvm-build
  62. llvm-exegesis
  63. llvm-pdbutil
  64. llvm-locstats