Home
last modified time | relevance | path

Searched refs:CheckDebugMachineModule (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp29 struct CheckDebugMachineModule : public ModulePass { struct
106 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function
115 char CheckDebugMachineModule::ID = 0;
119 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,
121 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
125 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()