HomeSort by: relevance | last modified time | path
    Searched refs:DebugLocListIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 112 /// location changes over time use \a DebugLocListIndex, while those with a
118 unsigned DebugLocListIndex = ~0u;
176 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; }
177 unsigned getDebugLocListIndex() const { return DebugLocListIndex; }
DwarfDebug.cpp 294 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry");
295 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry");

Completed in 16 milliseconds