reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
287 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); 288 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry");lib/CodeGen/AsmPrinter/DwarfDebug.h
175 void setDebugLocListIndex(unsigned O) { DebugLocListIndex = O; } 176 unsigned getDebugLocListIndex() const { return DebugLocListIndex; }