Searched refs:VariableListSP (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h278 lldb::VariableListSP
420 SetVariableList (lldb::VariableListSP& variable_list_sp)
480 lldb::VariableListSP m_variable_list_sp; ///< The variable list for all local, static and paramter variables scoped to this block.
H A DCompileUnit.h293 lldb::VariableListSP
341 SetVariableList (lldb::VariableListSP& variable_list_sp);
405 lldb::VariableListSP m_variables; ///< Global and static variable list that will get parsed on demand.
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h276 /// A frame that is not live may return an empty VariableListSP for a
288 lldb::VariableListSP
519 lldb::VariableListSP m_variable_list_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp268 VariableListSP variable_list_sp (block->GetBlockVariableList (true));
330 VariableListSP variable_list_sp (block->GetBlockVariableList (true));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp164 lldb::VariableListSP variable_list_sp (function_block->GetBlockVariableList (true));
195 lldb::VariableListSP variable_list_sp (function_block->GetBlockVariableList (true));
238 lldb::VariableListSP variable_list_sp (function_block->GetBlockVariableList (true));
266 lldb::VariableListSP variable_list_sp (function_block->GetBlockVariableList (true));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp267 VariableListSP
433 CompileUnit::SetVariableList(VariableListSP &variables)
H A DBlock.cpp470 VariableListSP
530 VariableListSP variable_list_sp(GetBlockVariableList(can_create));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp533 VariableListSP global_variable_list_sp (m_sc.comp_unit->GetVariableList(true));
544 VariableListSP
549 return VariableListSP();
551 VariableListSP var_list_sp(new VariableList);
567 VariableListSP global_variable_list_sp (m_sc.comp_unit->GetVariableList(true));
600 VariableListSP var_list_sp (GetInScopeVariableList (get_file_globals));
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h393 typedef std::shared_ptr<lldb_private::VariableList> VariableListSP; typedef in namespace:lldb
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp921 VariableListSP comp_unit_varlist_sp (sc.comp_unit->GetVariableList(can_create));
1001 VariableListSP comp_unit_varlist_sp (sc.comp_unit->GetVariableList(can_create));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2175 VariableListSP variable_list_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7240 VariableListSP variables (sc.comp_unit->GetVariableList(false));
7708 VariableListSP variable_list_sp;

Completed in 224 milliseconds