Searched refs:DebugifyMachineModule (Results 1 – 1 of 1) sorted by relevance
170 struct DebugifyMachineModule : public ModulePass { struct181 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function191 char DebugifyMachineModule::ID = 0;195 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,197 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,201 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()