Searched refs:DebugifyMachineModule (Results 1 – 1 of 1) sorted by relevance
167 struct DebugifyMachineModule : public ModulePass { struct178 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function188 char DebugifyMachineModule::ID = 0;192 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,194 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,198 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()