LLVM 19.0.0git
Functions | Variables
IRPrintingPasses.cpp File Reference
#include "llvm/IR/IRPrintingPasses.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PrintPasses.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Functions

INITIALIZE_PASS(PrintModulePassWrapper, "print-module", "Print module to stderr", false, true) char PrintFunctionPassWrapper INITIALIZE_PASS (PrintFunctionPassWrapper, "print-function", "Print function to stderr", false, true) ModulePass *llvm
 

Variables

cl::opt< boolWriteNewDbgInfoFormat ("write-experimental-debuginfo", cl::desc("Write debug info in the new non-intrinsic format. Has no effect " "if --preserve-input-debuginfo-format=true."), cl::init(false))
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS(PrintModulePassWrapper, "print-module", "Print module to stderr", false, true) char PrintFunctionPassWrapper INITIALIZE_PASS ( PrintFunctionPassWrapper  ,
"print-function"  ,
"Print function to stderr"  ,
false  ,
true   
)

Definition at line 124 of file IRPrintingPasses.cpp.

References OS.

Variable Documentation

◆ WriteNewDbgInfoFormat

cl::opt< bool > WriteNewDbgInfoFormat("write-experimental-debuginfo", cl::desc("Write debug info in the new non-intrinsic format. Has no effect " "if --preserve-input-debuginfo-format=true."), cl::init(false)) ( "write-experimental-debuginfo"  ,
cl::desc("Write debug info in the new non-intrinsic format. Has no effect " "if --preserve-input-debuginfo-format=true.")  ,
cl::init(false)   
)