Searched refs:NewDIL (Results 1 – 2 of 2) sorted by relevance
203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope); in runOnFunction() local204 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()
849 MDNode *NewDIL = MDNode::get(Ctx, Elts); in copyWithNewScope() local850 return DILocation(NewDIL); in copyWithNewScope()