|
LLVM 22.0.0git
|
#include "llvm/ADT/StringExtras.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/Module.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mir-check-debugify" |
Functions | |
| INITIALIZE_PASS_BEGIN (CheckDebugMachineModule, DEBUG_TYPE, "Machine Check Debug Module", false, false) INITIALIZE_PASS_END(CheckDebugMachineModule | |
Variables | |
| DEBUG_TYPE | |
| Machine Check Debug | Module |
| Machine Check Debug | false |
| #define DEBUG_TYPE "mir-check-debugify" |
Definition at line 25 of file MachineCheckDebugify.cpp.
| INITIALIZE_PASS_BEGIN | ( | CheckDebugMachineModule | , |
| DEBUG_TYPE | , | ||
| "Machine Check Debug Module" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 123 of file MachineCheckDebugify.cpp.
Definition at line 124 of file MachineCheckDebugify.cpp.
Definition at line 124 of file MachineCheckDebugify.cpp.
Referenced by eliminateConstraints(), llvm::sandboxir::Context::getOrCreateModule(), LLVMModuleCreateWithName(), LLVMModuleCreateWithNameInContext(), AbstractManglingParser< Derived, Alloc >::parseModuleNameOpt(), AbstractManglingParser< ManglingParser< Alloc >, Alloc >::parseModuleNameOpt(), AbstractManglingParser< Derived, Alloc >::parseNestedName(), AbstractManglingParser< Derived, Alloc >::parseSpecialName(), AbstractManglingParser< Derived, Alloc >::parseUnqualifiedName(), AbstractManglingParser< ManglingParser< Alloc >, Alloc >::parseUnqualifiedName(), and AbstractManglingParser< Derived, Alloc >::parseUnscopedName().