Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope); in runOnFunction() local
204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL); in runOnFunction()
212 DEBUG(dbgs() << NewDIL.getFilename() << ":" << NewDIL.getLineNumber() in runOnFunction()
213 << ":" << NewDIL.getColumnNumber() << ":" in runOnFunction()
214 << NewDIL.getDiscriminator() << *I1 << "\n"); in runOnFunction()
/external/llvm/lib/IR/
DDebugInfo.cpp849 MDNode *NewDIL = MDNode::get(Ctx, Elts); in copyWithNewScope() local
850 return DILocation(NewDIL); in copyWithNewScope()