class DIPrinter
Declaration
class DIPrinter { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:27
Method Overview
- public DIPrinter(llvm::raw_ostream & OS, bool PrintFunctionNames = true, bool PrintPretty = false, int PrintSourceContext = 0, bool Verbose = false, bool Basenames = false, llvm::symbolize::DIPrinter::OutputStyle Style = OutputStyle::LLVM)
Methods
ΒΆDIPrinter(llvm::raw_ostream& OS,
bool PrintFunctionNames = true,
bool PrintPretty = false,
int PrintSourceContext = 0,
bool Verbose = false,
bool Basenames = false,
llvm::symbolize::DIPrinter::OutputStyle
Style = OutputStyle::LLVM)
DIPrinter(llvm::raw_ostream& OS,
bool PrintFunctionNames = true,
bool PrintPretty = false,
int PrintSourceContext = 0,
bool Verbose = false,
bool Basenames = false,
llvm::symbolize::DIPrinter::OutputStyle
Style = OutputStyle::LLVM)
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:44
Parameters
- llvm::raw_ostream& OS
- bool PrintFunctionNames = true
- bool PrintPretty = false
- int PrintSourceContext = 0
- bool Verbose = false
- bool Basenames = false
- llvm::symbolize::DIPrinter::OutputStyle Style = OutputStyle::LLVM