Searched refs:GetVariableList (Results 1 – 13 of 13) sorted by relevance
306 lldb::VariableListSP GetVariableList(bool can_create);
259 VariableList *GetVariableList(bool get_file_globals);
422 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList() function in StackFrame449 m_sc.comp_unit->GetVariableList(true)); in GetVariableList()486 m_sc.comp_unit->GetVariableList(true)); in GetInScopeVariableList()1146 VariableList *var_list = GetVariableList(true); in GetValueObjectForFrameVariable()1687 VariableList *variables = GetVariableList(get_file_globals); in GuessValueForRegisterAndOffset()
600 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()696 frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
198 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
618 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()836 variable_list = frame->GetVariableList(true); in GetVariables()
838 VariableList *vars = frame->GetVariableList(false); in LookUpLldbClass()951 VariableList *vars = frame->GetVariableList(false); in LookUpLldbObjCClass()
521 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext()1054 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
488 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
890 sc.comp_unit->GetVariableList(can_create)); in DoExecute()957 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
1793 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges()3014 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext()3463 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
1481 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
4442 VariableList *locals = frame->GetVariableList(true); in WindowDelegateDraw()