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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h234 /// \param[in] get_file_globals
241 VariableList *GetVariableList(bool get_file_globals);
250 /// \param[in] get_file_globals
258 GetInScopeVariableList(bool get_file_globals,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp600 const bool get_file_globals = true; local
602 VariableList *variable_list = frame->GetVariableList(get_file_globals);
695 const bool get_file_globals = true; local
698 frame->GetVariableList(get_file_globals);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp421 VariableList *StackFrame::GetVariableList(bool get_file_globals) { argument
440 if (m_flags.IsClear(RESOLVED_GLOBAL_VARIABLES) && get_file_globals) {
460 StackFrame::GetInScopeVariableList(bool get_file_globals, argument
483 if (m_sc.comp_unit && get_file_globals) {
519 const bool get_file_globals = true; local
522 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals));
1717 const bool get_file_globals = false; local
1718 VariableList *variables = GetVariableList(get_file_globals);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp616 const bool get_file_globals = true; local
617 VariableList *frame_vars = frame->GetVariableList(get_file_globals);

Completed in 74 milliseconds