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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  143     size_t FindByName(llvm::StringRef name, DIEArray &die_offsets);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
   57     m_apple_names_up->FindByName(basename.GetStringRef(), offsets);
   84     m_apple_objc_up->FindByName(class_name.GetStringRef(), offsets);
   98     m_apple_types_up->FindByName(name.GetStringRef(), offsets);
  137       m_apple_types_up->FindByName(context[1].name, class_matches);
  148   m_apple_types_up->FindByName(type_name.GetStringRef(), offsets);
  153     m_apple_namespaces_up->FindByName(name.GetStringRef(), offsets);
  161   m_apple_names_up->FindByName(name.GetStringRef(), offsets);