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

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope);
204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL);
212 DEBUG(dbgs() << NewDIL.getFilename() << ":" << NewDIL.getLineNumber()
213 << ":" << NewDIL.getColumnNumber() << ":"
214 << NewDIL.getDiscriminator() << *I1 << "\n");
  /external/llvm/lib/IR/
DebugInfo.cpp 849 MDNode *NewDIL = MDNode::get(Ctx, Elts);
850 return DILocation(NewDIL);
    [all...]

Completed in 122 milliseconds