Searched refs:CheckDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
30 struct CheckDebugMachineModule : public ModulePass { struct107 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function116 char CheckDebugMachineModule::ID = 0;120 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,122 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,126 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()