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

Overridden By

tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
   73   void FindGlobalVariables(ConstString name,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2008 void SymbolFileDWARF::FindGlobalVariables(
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  849 void SymbolFileDWARFDebugMap::FindGlobalVariables(
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1182 void SymbolFileNativePDB::FindGlobalVariables(
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1100 void SymbolFilePDB::FindGlobalVariables(

Declarations

tools/lldb/include/lldb/Symbol/SymbolFile.h
  177   FindGlobalVariables(ConstString name,

References

tools/lldb/source/Core/Module.cpp
  601     symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables);
tools/lldb/tools/lldb-test/lldb-test.cpp
  398   Symfile.FindGlobalVariables(ConstString(Context), nullptr, UINT32_MAX, List);
  571     Symfile.FindGlobalVariables(ConstString(Name), ContextPtr, UINT32_MAX, List);