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

References

lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  193   while (Rows[H].getSignature() != S && Rows[H].getSignature() != 0)
  193   while (Rows[H].getSignature() != S && Rows[H].getSignature() != 0)
  196   if (Rows[H].getSignature() != S)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   75     m_debug_cu_index_map.emplace(entry.getSignature(), &entry);
tools/llvm-dwp/llvm-dwp.cpp
  225     auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry));
  593       auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry));