Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h40 bool stripDebugInfo(Function &F);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp314 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
369 Changed |= stripDebugInfo(F); in StripDebugInfo()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4779 stripDebugInfo(*F); in materialize()