Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h69 bool stripDebugInfo(Function &F);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp547 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
600 Changed |= stripDebugInfo(F); in StripDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1532 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6640 stripDebugInfo(*F); in materialize()