Searched refs:DebugLocListIndex (Results 1 – 2 of 2) sorted by relevance
118 unsigned DebugLocListIndex = ~0u; /// Offset in DebugLocs. variable172 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()173 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
255 assert(DebugLocListIndex == ~0U && !MInsn && "not an MMI entry"); in addMMIEntry()256 assert(V.DebugLocListIndex == ~0U && !V.MInsn && "not an MMI entry"); in addMMIEntry()