Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp33 return llvm::stripNonLineTableDebugInfo(M); in runOnModule()
49 llvm::stripNonLineTableDebugInfo(M); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h78 bool stripNonLineTableDebugInfo(Module &M);
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1319 stripMetadata(stripNonLineTableDebugInfo); in DebugACrash()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp728 bool llvm::stripNonLineTableDebugInfo(Module &M) { in stripNonLineTableDebugInfo() function in llvm