HomeSort by relevance Sort by last modified time
    Searched refs:DbgVal (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 253 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
254 while (!DbgVal->use_empty()) {
255 CallInst *CI = cast<CallInst>(DbgVal->use_back());
258 DbgVal->eraseFromParent();
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 210 milliseconds