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