Searched defs:StripNonLineTableDebugInfo (Results 1 – 1 of 1) sorted by relevance
20 struct StripNonLineTableDebugInfo : public ModulePass { struct21 static char ID; // Pass identification, replacement for typeid22 StripNonLineTableDebugInfo() : ModulePass(ID) { in StripNonLineTableDebugInfo() argument26 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()30 bool runOnModule(Module &M) override { in runOnModule()