Searched refs:DebugifyMachineModule (Results 1 – 1 of 1) sorted by relevance
140 struct DebugifyMachineModule : public ModulePass { struct151 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function161 char DebugifyMachineModule::ID = 0;165 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,167 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,171 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()