Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h117 unsigned DebugLocListIndex = ~0u; variable
175 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()
176 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
H A DDwarfDebug.cpp292 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
293 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()