• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _entrypoints:
2
3Entrypoints in LLVM libc
4------------------------
5
6A public function or a global variable provided by LLVM-libc is called an
7entrypoint. The notion of entrypoints is ingrained in LLVM-libc's
8source layout, build system and source code.
9