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

References

include/llvm/CodeGen/DbgEntityHistoryCalculator.h
   58         : Instr(Instr, Kind), EndIndex(NoEntry) {}
   66     bool isClosed() const { return EndIndex != NoEntry; }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1275     if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) {
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  366         if (Entry.getEndIndex() == NoEntry)