Searched refs:CheckDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
31 struct CheckDebugMachineModule : public ModulePass { struct108 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() argument117 char CheckDebugMachineModule::ID = 0;121 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,123 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,127 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()