LLVM API Documentation
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Variables | |
static cl::opt< bool > | DebugPM ("debug-pass-manager", cl::Hidden, cl::desc("Print pass management debugging information")) |
cl::opt<bool> DebugPM("debug-pass-manager", cl::Hidden, cl::desc("Print pass management debugging information")) [static] |
Referenced by llvm::ModulePassManager::run(), and llvm::FunctionPassManager::run().