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

Overridden By

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
   55 void AppleDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   86 void DebugNamesDWARFIndex::GetGlobalVariables(ConstString basename,
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  350 void ManualDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) {

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2041   m_index->GetGlobalVariables(ConstString(basename), die_offsets);