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

Declarations

tools/lldb/include/lldb/Core/ModuleList.h
  295   void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,

References

tools/lldb/source/API/SBTarget.cpp
 1972       target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref),
 1977       target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr),
tools/lldb/source/Commands/CommandObjectTarget.cpp
  869           target->GetImages().FindGlobalVariables(regex, UINT32_MAX,