Lines Matching refs:NewLoc

1649                                     const DebugLoc &NewLoc,  in insertDbgValueOrDPValue()  argument
1652 auto *DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDPValue()
1659 DPValue *DV = new DPValue(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDPValue()
1667 const DebugLoc &NewLoc, in insertDbgValueOrDPValueAfter() argument
1670 auto *DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDPValueAfter()
1677 DPValue *DV = new DPValue(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDPValueAfter()
1692 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1710 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1723 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1744 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1750 insertDbgValueOrDPValueAfter(Builder, LI, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1762 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
1780 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1796 DPValue *NewDPV = new DPValue(DVAM, DIVar, DIExpr, NewLoc.get()); in ConvertDebugDeclareToDebugValue()
1823 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1829 insertDbgValueOrDPValue(Builder, APN, DIVar, DIExpr, NewLoc, InsertionPt); in ConvertDebugDeclareToDebugValue()
1848 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
1858 DPValue *DV = new DPValue(LIVAM, DIVar, DIExpr, NewLoc.get()); in ConvertDebugDeclareToDebugValue()
1893 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
1899 insertDbgValueOrDPValue(Builder, APN, DIVar, DIExpr, NewLoc, InsertionPt); in ConvertDebugDeclareToDebugValue()
1962 DebugLoc NewLoc = getDebugValueLoc(DDI); in LowerDbgDeclare() local
1966 NewLoc, CI->getIterator()); in LowerDbgDeclare()