brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 8f080de Raw
104 lines · plain
1LLVM Command Guide2------------------3 4The following documents are command descriptions for all of the LLVM tools.5These pages describe how to use the LLVM commands and what their options are.6Note that these pages do not describe all of the options available for all7tools. To get a complete listing, pass the ``--help`` (general options) or8``--help-hidden`` (general and debugging options) arguments to the tool you are9interested in.10 11Basic Commands12~~~~~~~~~~~~~~13 14.. toctree::15   :maxdepth: 116 17   dsymutil18   llc19   lli20   llvm-as21   llvm-cgdata22   llvm-config23   llvm-cov24   llvm-cxxmap25   llvm-debuginfo-analyzer26   llvm-diff27   llvm-dis28   llvm-dwarfdump29   llvm-dwarfutil30   llvm-ir2vec31   llvm-lib32   llvm-libtool-darwin33   llvm-link34   llvm-lipo35   llvm-mc36   llvm-mca37   llvm-opt-report38   llvm-otool39   llvm-profdata40   llvm-readobj41   llvm-reduce42   llvm-stress43   llvm-symbolizer44   opt45 46GNU binutils replacements47~~~~~~~~~~~~~~~~~~~~~~~~~48 49.. toctree::50   :maxdepth: 151 52   llvm-addr2line53   llvm-ar54   llvm-cxxfilt55   llvm-install-name-tool56   llvm-nm57   llvm-objcopy58   llvm-objdump59   llvm-ranlib60   llvm-readelf61   llvm-size62   llvm-strings63   llvm-strip64 65Debugging Tools66~~~~~~~~~~~~~~~67 68.. toctree::69   :maxdepth: 170 71   bugpoint72   llvm-extract73   llvm-bcanalyzer74 75Developer Tools76~~~~~~~~~~~~~~~77 78.. toctree::79   :maxdepth: 180 81   FileCheck82   tblgen83   clang-tblgen84   lldb-tblgen85   llvm-tblgen86   mlir-tblgen87   lit88   llvm-exegesis89   llvm-ifs90   llvm-locstats91   llvm-test-mustache-spec92   llvm-pdbutil93   llvm-profgen94   llvm-tli-checker95   llvm-offload-binary96 97Remarks Tools98~~~~~~~~~~~~~~99 100.. toctree::101   :maxdepth: 1102 103   llvm-remarkutil104