Lines Matching refs:directory
21 The ``cmake`` directory
24 The ``cmake`` directory contains the implementations of LLVM-libc's CMake build
27 The ``docs`` directory
30 The ``docs`` directory contains design docs and also informative documents like
33 The ``fuzzing`` directory
36 This directory contains fuzzing tests for the various components of llvm-libc. The
37 directory structure within this directory mirrors the directory structure of the
38 top-level ``libc`` directory itself. For more details, see :doc:`fuzzing`.
40 The ``include`` directory
43 The ``include`` directory contains:
53 The ``lib`` directory
56 This directory contains a ``CMakeLists.txt`` file listing the targets for the
59 The ``loader`` directory
62 This directory contains the implementations of the application loaders like
65 The ``src`` directory
68 This directory contains the implementations of the llvm-libc entrypoints. It is
73 corresponding directory in the ``src`` directory. The name of the directory
74 is same as the base name of the header file. For example, the directory
79 The ``test`` directory
82 This directory contains tests for the various components of llvm-libc. The
83 directory structure within this directory mirrors the directory structure of the
84 toplevel ``libc`` directory itself. A test for, say the ``mmap`` function, lives
85 in the directory ``test/src/sys/mman/`` as implementation of ``mmap`` lives in
88 The `utils` directory
91 This directory contains utilities used by other parts of the llvm-libc system.
92 See the `README` files, in the sub-directories within this directory, to learn
95 The ``www`` directory
98 The ``www`` directory contains the HTML content of libc.llvm.org