Home
last modified time | relevance | path

Searched refs:stripNonLineTableDebugInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp33 return llvm::stripNonLineTableDebugInfo(M); in runOnModule()
49 llvm::stripNonLineTableDebugInfo(M); in run()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h70 bool stripNonLineTableDebugInfo(Module &M);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp143 bool Changed = stripNonLineTableDebugInfo(*M); in TEST()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1319 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp709 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm