Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h58 bool stripDebugInfo(Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp441 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
490 Changed |= stripDebugInfo(F); in StripDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1473 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5504 stripDebugInfo(*F); in materialize()