reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  256   assert(!ValueLoc.get() && "Already initialized?");
  262   ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue));
  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
  142     assert(!ValueLoc.get() && "Already initialized?");
  153     assert(!ValueLoc && "Already initialized?");
  156     ValueLoc = std::make_unique<DbgValueLoc>(Value);
  157     if (auto *E = ValueLoc->getExpression())
  171     assert(ValueLoc.get() && FrameIndexExprs.size() <= 1);
  178   const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); }
  211     assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable");