Searched refs:CheckDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
29 struct CheckDebugMachineModule : public ModulePass { struct106 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() argument115 char CheckDebugMachineModule::ID = 0;119 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,121 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,125 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()