Searched defs:StripNonLineTableDebugLegacyPass (Results 1 – 1 of 1) sorted by relevance
21 struct StripNonLineTableDebugLegacyPass : public ModulePass { struct22 static char ID; // Pass identification, replacement for typeid23 StripNonLineTableDebugLegacyPass() : ModulePass(ID) { in StripNonLineTableDebugLegacyPass() argument28 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()32 bool runOnModule(Module &M) override { in runOnModule()