Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h58 bool stripDebugInfo(Function &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp407 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
456 Changed |= stripDebugInfo(F); in StripDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1471 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5573 stripDebugInfo(*F); in materialize()