Searched refs:CurDbgLocation (Results 1 – 1 of 1) sorted by relevance
54 DebugLoc CurDbgLocation; variable111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()114 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation()119 if (CurDbgLocation) in SetInstDebugLocation()120 I->setDebugLoc(CurDbgLocation); in SetInstDebugLocation()