Searched refs:get_file_globals (Results 1 – 4 of 4) sorted by relevance
266 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);283 GetInScopeVariableList(bool get_file_globals,
584 const bool get_file_globals = true; in PrivateAutoComplete() local586 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete()680 const bool get_file_globals = true; in PrivateAutoComplete() local683 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
424 VariableList *StackFrame::GetVariableList(bool get_file_globals, in GetVariableList() argument444 if (m_flags.IsClear(RESOLVED_GLOBAL_VARIABLES) && get_file_globals) { in GetVariableList()475 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList() argument498 if (m_sc.comp_unit && get_file_globals) { in GetInScopeVariableList()534 const bool get_file_globals = true; in GetValueForVariableExpressionPath() local537 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals)); in GetValueForVariableExpressionPath()1700 const bool get_file_globals = false; in GuessValueForRegisterAndOffset() local1701 VariableList *variables = GetVariableList(get_file_globals, nullptr); in GuessValueForRegisterAndOffset()
607 const bool get_file_globals = true; in FindValue() local608 VariableList *frame_vars = frame->GetVariableList(get_file_globals, in FindValue()