Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp33 return llvm::stripNonLineTableDebugInfo(M); in runOnModule()
49 llvm::stripNonLineTableDebugInfo(M); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h70 bool stripNonLineTableDebugInfo(Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1321 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp677 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm