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