Lines Matching refs:directory
20 The ``cmake`` directory
23 The ``cmake`` directory contains the implementations of LLVM-libc's CMake build
26 The ``docs`` directory
29 The ``docs`` directory contains design docs and also informative documents like
32 The ``fuzzing`` directory
35 This directory contains fuzzing tests for the various components of llvm-libc. The
36 directory structure within this directory mirrors the directory structure of the
37 top-level ``libc`` directory itself. For more details, see :doc:`fuzzing`.
39 The ``include`` directory
42 The ``include`` directory contains:
52 The ``lib`` directory
55 This directory contains a ``CMakeLists.txt`` file listing the targets for the
58 The ``loader`` directory
61 This directory contains the implementations of the application loaders like
64 The ``src`` directory
67 This directory contains the implementations of the llvm-libc entrypoints. It is
72 corresponding directory in the ``src`` directory. The name of the directory
73 is same as the base name of the header file. For example, the directory
78 The ``test`` directory
81 This directory contains tests for the various components of llvm-libc. The
82 directory structure within this directory mirrors the directory structure of the
83 toplevel ``libc`` directory itself. A test for, say the ``mmap`` function, lives
84 in the directory ``test/src/sys/mman/`` as implementation of ``mmap`` lives in
87 The ``utils`` directory
90 This directory contains utilities used by other parts of the llvm-libc system.
91 See the `README` files, in the sub-directories within this directory, to learn