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

Declarations

tools/lldb/include/lldb/Symbol/CompileUnit.h
  320   void SetVariableList(lldb::VariableListSP &variable_list_sp);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3105         sc.comp_unit->SetVariableList(variables);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1502       sc.comp_unit->SetVariableList(variables);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1055               sc.comp_unit->SetVariableList(local_variable_list_sp);