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

References

include/llvm/CodeGen/DbgEntityHistoryCalculator.h
  115   bool empty() const { return LabelInstr.empty(); }
  116   void clear() { LabelInstr.clear(); }
  117   InstrMap::const_iterator begin() const { return LabelInstr.begin(); }
  118   InstrMap::const_iterator end() const { return LabelInstr.end(); }
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
   94   LabelInstr[Label] = &MI;