Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h74 LLVM_ABI bool stripDebugInfo(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp579 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
627 Changed |= stripDebugInfo(F); in StripDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1252 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7008 stripDebugInfo(*F); in materialize()