Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp244 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
282 Changed |= stripDebugInfo(F); in StripDebugInfo()
/external/llvm/include/llvm/IR/
DDebugInfo.h45 bool stripDebugInfo(Function &F);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5696 stripDebugInfo(*F); in materialize()