Searched refs:CurDbgLocation (Results 1 – 3 of 3) sorted by relevance
45 DebugLoc CurDbgLocation; variable109 CurDbgLocation = L; in SetCurrentDebugLocation()114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()119 if (!CurDbgLocation.isUnknown()) in SetInstDebugLocation()120 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()
72 DebugLoc CurDbgLocation; variable133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()136 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()141 if (CurDbgLocation) in SetInstDebugLocation()142 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()
90 DebugLoc CurDbgLocation; variable151 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()154 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()159 if (CurDbgLocation) in SetInstDebugLocation()160 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()