[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
[llvm-complete.git] / docs / CommandGuide / index.rst
blob9108ae6a96b9c8345983056686b24b61032e3788
1 LLVM Command Guide
2 ------------------
4 The following documents are command descriptions for all of the LLVM tools.
5 These pages describe how to use the LLVM commands and what their options are.
6 Note that these pages do not describe all of the options available for all
7 tools. To get a complete listing, pass the ``--help`` (general options) or
8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
9 interested in.
11 Basic Commands
12 ~~~~~~~~~~~~~~
14 .. toctree::
15    :maxdepth: 1
17    llvm-as
18    llvm-dis
19    opt
20    llc
21    lli
22    llvm-link
23    llvm-ar
24    llvm-lib
25    llvm-nm
26    llvm-objdump
27    llvm-config
28    llvm-cxxmap
29    llvm-diff
30    llvm-cov
31    llvm-profdata
32    llvm-stress
33    llvm-symbolizer
34    llvm-dwarfdump
35    dsymutil
36    llvm-mca
38 Debugging Tools
39 ~~~~~~~~~~~~~~~
41 .. toctree::
42    :maxdepth: 1
44    bugpoint
45    llvm-extract
46    llvm-bcanalyzer
48 Developer Tools
49 ~~~~~~~~~~~~~~~
51 .. toctree::
52    :maxdepth: 1
54    FileCheck
55    tblgen
56    lit
57    llvm-build
58    llvm-exegesis
59    llvm-pdbutil
60    llvm-readobj