Searched refs:StripDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
32 struct StripDebugMachineModule : public ModulePass { struct82 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() argument83 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function97 char StripDebugMachineModule::ID = 0;101 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,103 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,107 return new StripDebugMachineModule(OnlyDebugified); in createStripDebugMachineModulePass()