LLVM 19.0.0git
Public Attributes | List of all members
llvm::symbolize::PrinterConfig Struct Reference

#include "llvm/DebugInfo/Symbolize/DIPrinter.h"

Public Attributes

bool PrintAddress
 
bool PrintFunctions
 
bool Pretty
 
bool Verbose
 
int SourceContextLines
 

Detailed Description

Definition at line 60 of file DIPrinter.h.

Member Data Documentation

◆ Pretty

bool llvm::symbolize::PrinterConfig::Pretty

Definition at line 63 of file DIPrinter.h.

Referenced by llvm::symbolize::PlainPrinterBase::printFunctionName().

◆ PrintAddress

bool llvm::symbolize::PrinterConfig::PrintAddress

Definition at line 61 of file DIPrinter.h.

◆ PrintFunctions

bool llvm::symbolize::PrinterConfig::PrintFunctions

Definition at line 62 of file DIPrinter.h.

Referenced by llvm::symbolize::PlainPrinterBase::printFunctionName().

◆ SourceContextLines

int llvm::symbolize::PrinterConfig::SourceContextLines

Definition at line 65 of file DIPrinter.h.

Referenced by llvm::symbolize::JSONPrinter::print().

◆ Verbose

bool llvm::symbolize::PrinterConfig::Verbose

Definition at line 64 of file DIPrinter.h.

Referenced by llvm::symbolize::PlainPrinterBase::print().


The documentation for this struct was generated from the following file: