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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  547     Symfile.FindGlobalVariables(RE, UINT32_MAX, List);
  563     List.AddVariables(CU->GetVariableList(true).get());
  571     Symfile.FindGlobalVariables(ConstString(Name), ContextPtr, UINT32_MAX, List);
  573   outs() << formatv("Found {0} variables:\n", List.GetSize());
  575   List.Dump(&Stream, false);