Searched refs:StripDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
32 struct StripDebugMachineModule : public ModulePass { struct85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() function86 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function100 char StripDebugMachineModule::ID = 0;104 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,106 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,110 return new StripDebugMachineModule(OnlyDebugified); in createStripDebugMachineModulePass()