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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   88   m_fallback.GetGlobalVariables(basename, offsets);
  101   m_fallback.GetGlobalVariables(regex, offsets);
  123   m_fallback.GetGlobalVariables(cu, offsets);
  146   m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, offsets);
  187   m_fallback.GetTypes(name, offsets);
  198   m_fallback.GetTypes(context, offsets);
  208   m_fallback.GetNamespaces(name, offsets);
  223   m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, v);
  244   m_fallback.GetFunctions(regex, offsets);
  266   m_fallback.Dump(s);
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
   25   void Preload() override { m_fallback.Preload(); }