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.h71 bool stripDebugInfo(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp552 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
605 Changed |= stripDebugInfo(F); in StripDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1551 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6947 stripDebugInfo(*F); in materialize()