diff options
author | RoseZhang03 <rosezhang@google.com> | 2024-06-26 20:06:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 20:06:21 +0000 |
commit | 57d3d070502f54c63c5fca588cf74b78d607e272 (patch) | |
tree | bb54e1ffa5d907c8740071b61bfb79a8031db6e7 /llvm/lib/CodeGen/MachineFunctionPass.cpp | |
parent | 133492fe18260d4b5ce2d70ff9575fa9c911d090 (diff) | |
download | llvm-57d3d070502f54c63c5fca588cf74b78d607e272.zip llvm-57d3d070502f54c63c5fca588cf74b78d607e272.tar.gz llvm-57d3d070502f54c63c5fca588cf74b78d607e272.tar.bz2 |
[libc] added newhdrgen class implementation (#96710)
Added a class representation of a libc header file, allowing for easier
conversion from YAML to .h file output.
Classes include:
- Function (representing function headers)
- Include (representing various include statements found on a header
file)
- Macro (representing macro definitions)
- Enumeration (representing enum definitions)
- Type (representing include statements for NamedTypes)
- Object (representing ObjectSpec defintitions)
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions