bolt/deps/llvm-18.1.8/libc/utils/HdrGen
2025-02-14 19:21:04 +01:00
..
PrototypeTestGen Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CMakeLists.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Command.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Command.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Generator.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Generator.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
IncludeFileCommand.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
IncludeFileCommand.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
Main.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
PublicAPICommand.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
PublicAPICommand.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.md Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00

The LLVM libc header generation system

LLVM libc uses a header generation scheme to generate public as well as internal header files. This directory contains the implementation of the header generator which drives this header generation scheme.