Home
last modified time | relevance | path

Searched refs:DebugLocListIndex (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h86 unsigned DebugLocListIndex = ~0u; /// Offset in DebugLocs. variable
133 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()