LLVM API Documentation

Variables
PassManager.cpp File Reference
#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"
Include dependency graph for PassManager.cpp:

Go to the source code of this file.

Variables

static cl::opt< boolDebugPM ("debug-pass-manager", cl::Hidden, cl::desc("Print pass management debugging information"))

Variable Documentation

cl::opt<bool> DebugPM("debug-pass-manager", cl::Hidden, cl::desc("Print pass management debugging information")) [static]