llvm-project/llvm/lib/DebugInfo/Symbolize
Alex Orlov 5f57793c4f * NFC. Refactored DIPrinter for better support of new print styles.
This patch introduces a DIPrinter interface to implement by different output style printer implementations. DIPrinterGNU and DIPrinterLLVM implement the GNU and LLVM output style printing respectively. No functional changes.

This refactoring clarifies and simplifies the code, and makes a new output style addition easier.

Reviewed By: jhenderson, dblaikie

Differential Revision: https://reviews.llvm.org/D98994
2021-04-05 15:40:41 +04:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
DIPrinter.cpp * NFC. Refactored DIPrinter for better support of new print styles. 2021-04-05 15:40:41 +04:00
SymbolizableObjectFile.cpp DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95916 2021-02-12 11:04:20 -08:00
SymbolizableObjectFile.h DebugInfo/Symbolize: Don't differentiate function/data symbolization 2021-02-11 19:22:44 -08:00
Symbolize.cpp [Symbolize] Teach symbolizer to work directly on object file. 2021-02-12 18:26:24 +00:00