diff options
author | Sterling-Augustine <56981066+Sterling-Augustine@users.noreply.github.com> | 2025-06-02 15:33:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-02 15:33:28 -0700 |
commit | 1a0f284dea009889af930c4a6db7b0a92c941c8a (patch) | |
tree | 66e385a3e5b6987f786f29ed1be8752ace3a3a7b /llvm/lib/IR/Function.cpp | |
parent | 071e55baf1ab16264021c9c52ecd4f88c325e988 (diff) | |
download | llvm-1a0f284dea009889af930c4a6db7b0a92c941c8a.zip llvm-1a0f284dea009889af930c4a6db7b0a92c941c8a.tar.gz llvm-1a0f284dea009889af930c4a6db7b0a92c941c8a.tar.bz2 |
[NFC] Extract DWARFCFIProgram into separate files (#139326)
CFIPrograms' most common uses are within debug frames, but it is not
their only use. For example, some assembly writers encode them by hand
into .cfi_escape directives. This PR extracts code for them into its own
files, setting them up to be evaluated from outside debug frames
themselves.
One in a series of NFC DebugInfo/DWARF refactoring changes to layer it
more cleanly, so that binary CFI parsing can be used from low-level
code, (such as byte strings created via .cfi_escape) without circular
dependencies. The final goal is to make a more limited dwarf library
usable from lower-level code.
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions