Searched refs:stripNonLineTableDebugInfo (Results 1 – 5 of 5) sorted by relevance
33 return llvm::stripNonLineTableDebugInfo(M); in runOnModule()49 llvm::stripNonLineTableDebugInfo(M); in run()
70 bool stripNonLineTableDebugInfo(Module &M);
143 bool Changed = stripNonLineTableDebugInfo(*M); in TEST()
1319 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
709 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm