Searched defs:StripDebugMachineModule (Results 1 – 1 of 1) sorted by relevance
32 struct StripDebugMachineModule : public ModulePass { struct33 bool runOnModule(Module &M) override { in runOnModule()85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() function86 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function89 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()95 static char ID; // Pass identification.98 bool OnlyDebugified;