Searched refs:DebugLocListIndex (Results 1 – 2 of 2) sorted by relevance
118 unsigned DebugLocListIndex = ~0u; variable176 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()177 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
294 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry()295 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()