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

Declarations

tools/lldb/include/lldb/Symbol/CompileUnit.h
  281   lldb::VariableListSP GetVariableList(bool can_create);

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
  919                 sc.comp_unit->GetVariableList(can_create));
  987                     sc.comp_unit->GetVariableList(can_create));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1680           VariableListSP globals_sp = cu_sp->GetVariableList(true);
 3101       VariableListSP variables(sc.comp_unit->GetVariableList(false));
 3596               variable_list_sp = sc.comp_unit->GetVariableList(false);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1499     variables = sc.comp_unit->GetVariableList(false);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  521     if (sc.comp_unit->GetVariableList(false))
 1052             local_variable_list_sp = sc.comp_unit->GetVariableList(false);
tools/lldb/source/Target/StackFrame.cpp
  448           m_sc.comp_unit->GetVariableList(true));
  485         m_sc.comp_unit->GetVariableList(true));
tools/lldb/tools/lldb-test/lldb-test.cpp
  563     List.AddVariables(CU->GetVariableList(true).get());