|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/InitializePasses.h"#include "llvm/Support/CommandLine.h"#include "llvm/Transforms/Utils/Debugify.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mir-strip-debug" |
Functions | |
| INITIALIZE_PASS_BEGIN (StripDebugMachineModule, DEBUG_TYPE, "Machine Strip Debug Module", false, false) INITIALIZE_PASS_END(StripDebugMachineModule | |
Variables | |
| DEBUG_TYPE | |
| Machine Strip Debug | Module |
| Machine Strip Debug | false |
| #define DEBUG_TYPE "mir-strip-debug" |
Definition at line 21 of file MachineStripDebug.cpp.
| INITIALIZE_PASS_BEGIN | ( | StripDebugMachineModule | , |
| DEBUG_TYPE | , | ||
| "Machine Strip Debug Module" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 103 of file MachineStripDebug.cpp.
Definition at line 104 of file MachineStripDebug.cpp.
Definition at line 104 of file MachineStripDebug.cpp.