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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h39 bool stripDebugInfo(Function &F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp313 bool llvm::stripDebugInfo(Function &F) { function in class:llvm
368 Changed |= stripDebugInfo(F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5262 stripDebugInfo(*F);

Completed in 136 milliseconds