Home
last modified time | relevance | path

Searched refs:get_file_globals (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h266 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
283 GetInScopeVariableList(bool get_file_globals,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp584 const bool get_file_globals = true; in PrivateAutoComplete() local
586 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete()
680 const bool get_file_globals = true; in PrivateAutoComplete() local
683 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp424 VariableList *StackFrame::GetVariableList(bool get_file_globals, in GetVariableList() argument
444 if (m_flags.IsClear(RESOLVED_GLOBAL_VARIABLES) && get_file_globals) { in GetVariableList()
475 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList() argument
498 if (m_sc.comp_unit && get_file_globals) { in GetInScopeVariableList()
534 const bool get_file_globals = true; in GetValueForVariableExpressionPath() local
537 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals)); in GetValueForVariableExpressionPath()
1700 const bool get_file_globals = false; in GuessValueForRegisterAndOffset() local
1701 VariableList *variables = GetVariableList(get_file_globals, nullptr); in GuessValueForRegisterAndOffset()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp607 const bool get_file_globals = true; in FindValue() local
608 VariableList *frame_vars = frame->GetVariableList(get_file_globals, in FindValue()