Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp31 return llvm::stripNonLineTableDebugInfo(M); in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h52 bool stripNonLineTableDebugInfo(Module &M);
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1220 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp589 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm