Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDStripNonLineTableDebugInfo.cpp16 llvm::stripNonLineTableDebugInfo(M); in run()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfo.h83 bool stripNonLineTableDebugInfo(Module &M);
/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp1306 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp826 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm