Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h118 unsigned DebugLocListIndex = ~0u; variable
176 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()
177 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
H A DDwarfDebug.cpp294 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
295 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()