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

Declarations

tools/lldb/include/lldb/Core/ModuleList.h
  281   void FindGlobalVariables(ConstString name, size_t max_matches,

References

tools/lldb/source/API/SBTarget.cpp
 1931     target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches,
 1968       target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches,
tools/lldb/source/Commands/CommandObjectTarget.cpp
  804       target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX,
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  791       target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  647     target.GetImages().FindGlobalVariables(name, -1, vars);