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

References

include/llvm/CodeGen/DbgEntityHistoryCalculator.h
   34   static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
   34   static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
   61     EntryIndex getEndIndex() const { return EndIndex; }
   68     void endEntry(EntryIndex EndIndex);
   72     EntryIndex EndIndex;
   83                      EntryIndex &NewIndex);
   84   EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);
   86   Entry &getEntry(InlinedEntity Var, EntryIndex Index) {
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
   35 using EntryIndex = DbgValueHistoryMap::EntryIndex;
   55                                        EntryIndex &NewIndex) {
   84 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1388       std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>;