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