Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h69 unsigned DebugLocListIndex = ~0u; /// Offset in DebugLocs. variable
116 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()