Go to the source code of this file.
|
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 |
|
◆ 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 |
|
|
) |
| |
◆ 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(true)) |
( |
"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(true) |
|
|
) |
| |