Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp16 llvm::stripNonLineTableDebugInfo(M); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h83 bool stripNonLineTableDebugInfo(Module &M);
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1306 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp826 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm