llvm-project/llvm/lib/DebugInfo
Snehasish Kumar 3c34ef4036 [DebugInfo] Move the SymbolizableObjectFile header to include/llvm.
This change moves the SymbolizableObjectFile header to
include/llvm/DebugInfo/Symbolize. Making this header available to other
llvm libraries simplifies use cases where implicit caching, multiple
platform support and other features of the Symbolizer class are not
required. This also makes the dependent libraries easier to unit test
by having mocks which derive from SymbolizableModule.

Differential Revision: https://reviews.llvm.org/D116781
2022-02-03 14:33:49 -08:00
..
CodeView Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enum 2022-01-06 14:27:08 -08:00
DWARF [DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter usages. Create functions to print type dies. 2022-01-14 16:19:08 +03:00
GSYM [GSYM] Add Split Dwarf Support to DwarfTransformer 2022-02-03 13:39:19 -08:00
MSF Tweak diagnostic text from e4eb6216c2 2021-12-06 19:57:28 -05:00
PDB [llvm] Remove redundant member initialization (NFC) 2022-01-07 17:45:09 -08:00
Symbolize [DebugInfo] Move the SymbolizableObjectFile header to include/llvm. 2022-02-03 14:33:49 -08:00
CMakeLists.txt