LLVM 20.0.0git
|
#include "llvm/DebugInfo/Symbolize/DIPrinter.h"
Public Attributes | |
bool | PrintAddress |
bool | PrintFunctions |
bool | Pretty |
bool | Verbose |
int | SourceContextLines |
Definition at line 60 of file DIPrinter.h.
bool llvm::symbolize::PrinterConfig::Pretty |
Definition at line 63 of file DIPrinter.h.
Referenced by llvm::symbolize::PlainPrinterBase::printFunctionName().
bool llvm::symbolize::PrinterConfig::PrintAddress |
Definition at line 61 of file DIPrinter.h.
bool llvm::symbolize::PrinterConfig::PrintFunctions |
Definition at line 62 of file DIPrinter.h.
Referenced by llvm::symbolize::PlainPrinterBase::printFunctionName().
int llvm::symbolize::PrinterConfig::SourceContextLines |
Definition at line 65 of file DIPrinter.h.
Referenced by llvm::symbolize::JSONPrinter::print().
bool llvm::symbolize::PrinterConfig::Verbose |
Definition at line 64 of file DIPrinter.h.
Referenced by llvm::symbolize::PlainPrinterBase::print().