Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h120 unsigned DebugLocListIndex = ~0u; variable
178 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } in setDebugLocListIndex()
179 unsigned getDebugLocListIndex() const { return DebugLocListIndex; } in getDebugLocListIndex()
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()