class LLVMPrinter
Declaration
class LLVMPrinter : public PlainPrinterBase { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:107
Inherits from: PlainPrinterBase
Member Variables
Inherited from PlainPrinterBase:
Method Overview
- public LLVMPrinter(llvm::raw_ostream & OS, llvm::raw_ostream & ES, llvm::symbolize::PrinterConfig & Config)
- private void printFooter()
- private void printSimpleLocation(llvm::StringRef Filename, const llvm::DILineInfo & Info)
- private void printStartAddress(const llvm::DILineInfo & Info)
Inherited from PlainPrinterBase:
- public listBegin
- public listEnd
- public print
- public print
- public print
- public print
- protected print
- protected printContext
- public printError
- protected printFooter
- protected printFunctionName
- public printInvalidCommand
- protected printSimpleLocation
- protected printStartAddress
- protected printVerbose
Inherited from DIPrinter:
- public listBegin
- public listEnd
- public print
- public print
- public print
- public print
- public printError
- public printInvalidCommand
Methods
¶LLVMPrinter(
llvm::raw_ostream& OS,
llvm::raw_ostream& ES,
llvm::symbolize::PrinterConfig& Config)
LLVMPrinter(
llvm::raw_ostream& OS,
llvm::raw_ostream& ES,
llvm::symbolize::PrinterConfig& Config)
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:114
Parameters
- llvm::raw_ostream& OS
- llvm::raw_ostream& ES
- llvm::symbolize::PrinterConfig& Config
¶void printFooter()
void printFooter()
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:111
¶void printSimpleLocation(
llvm::StringRef Filename,
const llvm::DILineInfo& Info)
void printSimpleLocation(
llvm::StringRef Filename,
const llvm::DILineInfo& Info)
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:109
Parameters
- llvm::StringRef Filename
- const llvm::DILineInfo& Info
¶void printStartAddress(
const llvm::DILineInfo& Info)
void printStartAddress(
const llvm::DILineInfo& Info)
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h:110
Parameters
- const llvm::DILineInfo& Info