Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h118 unsigned DebugLocListIndex = ~0u; /// Offset in DebugLocs. variable
172 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()
173 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
H A DDwarfDebug.cpp255 assert(DebugLocListIndex == ~0U && !MInsn && "not an MMI entry"); in addMMIEntry()
256 assert(V.DebugLocListIndex == ~0U && !V.MInsn && "not an MMI entry"); in addMMIEntry()