Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp332 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) { in StripDebugInfo() local
333 while (!DbgVal->use_empty()) { in StripDebugInfo()
334 CallInst *CI = cast<CallInst>(DbgVal->user_back()); in StripDebugInfo()
337 DbgVal->eraseFromParent(); in StripDebugInfo()