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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1275     if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) {
 1276       auto &EndingEntry = Entries[Entry.getEndIndex()];
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  366         if (Entry.getEndIndex() == NoEntry)
  369           dbgs() << "   - Closed by Entry[" << Entry.getEndIndex() << "]\n";
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1437         OpenRanges.emplace_back(EI->getEndIndex(), Value);