Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp310 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
357 Changed |= stripDebugInfo(F); in StripDebugInfo()
/external/llvm/include/llvm/IR/
DDebugInfo.h441 bool stripDebugInfo(Function &F);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4328 stripDebugInfo(*F); in materialize()