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

References

include/llvm/CodeGen/DbgEntityHistoryCalculator.h
  123                                DbgValueHistoryMap &DbgValues,
include/llvm/CodeGen/DebugHandlerBase.h
   82   DbgValueHistoryMap DbgValues;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1210     LocalVariable &Var, const DbgValueHistoryMap::Entries &Entries) {
 1275     if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) {
lib/CodeGen/AsmPrinter/CodeViewDebug.h
  228                        const DbgValueHistoryMap::Entries &Entries);
  339   using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
   35 using EntryIndex = DbgValueHistoryMap::EntryIndex;
  100 using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
  139                               DbgValueHistoryMap &HistMap) {
  233                                      DbgValueHistoryMap &DbgValues,
  325           DbgValueHistoryMap::Entry &Ent = DbgValues.getEntry(Pair.first, Idx);
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  267   using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1386                                    const DbgValueHistoryMap::Entries &Entries) {
 1388       std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>;
lib/CodeGen/AsmPrinter/DwarfDebug.h
  422   using InlinedEntity = DbgValueHistoryMap::InlinedEntity;
  576                          const DbgValueHistoryMap::Entries &Entries);