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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   92       m_type_hash_to_unit_index.emplace_back(type_unit->GetTypeHash(),
  104   llvm::sort(m_type_hash_to_unit_index, llvm::less_first());
  166   auto pos = llvm::lower_bound(m_type_hash_to_unit_index,
  168   if (pos == m_type_hash_to_unit_index.end() || pos->first != hash)
  175   return !m_type_hash_to_unit_index.empty();