forked from OSchip/llvm-project
5f57793c4f
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DIPrinter.cpp | ||
SymbolizableObjectFile.cpp | ||
SymbolizableObjectFile.h | ||
Symbolize.cpp |