15 #ifndef LLVM_DEBUGINFO_SYMBOLIZE_DIPRINTER_H 16 #define LLVM_DEBUGINFO_SYMBOLIZE_DIPRINTER_H 29 bool PrintFunctionNames;
31 int PrintSourceContext;
35 void printContext(
const std::string &FileName, int64_t Line);
39 bool PrintPretty =
false,
int PrintSourceContext = 0,
41 : OS(OS), PrintFunctionNames(PrintFunctionNames),
42 PrintPretty(PrintPretty), PrintSourceContext(PrintSourceContext),
This class represents lattice values for constants.
DIPrinter & operator<<(const DILineInfo &Info)
A format-neutral container for source line information.
Analysis containing CSE Info
A format-neutral container for inlined code description.
DIPrinter(raw_ostream &OS, bool PrintFunctionNames=true, bool PrintPretty=false, int PrintSourceContext=0, bool Verbose=false)
This class implements an extremely fast bulk output stream that can only output to a stream...
Container for description of a global variable.