Searched refs:GetVariableList (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 322 lldb::VariableListSP GetVariableList(bool can_create);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 266 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Variable.cpp | 586 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete() 683 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
|
H A D | CompileUnit.cpp | 205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 424 VariableList *StackFrame::GetVariableList(bool get_file_globals, in GetVariableList() function in StackFrame 452 m_sc.comp_unit->GetVariableList(true)); in GetVariableList() 500 m_sc.comp_unit->GetVariableList(true)); in GetInScopeVariableList() 1160 VariableList *var_list = GetVariableList(true, nullptr); in GetValueObjectForFrameVariable() 1701 VariableList *variables = GetVariableList(get_file_globals, nullptr); in GuessValueForRegisterAndOffset()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 608 VariableList *frame_vars = frame->GetVariableList(get_file_globals, in FindValue() 810 variable_list = frame->GetVariableList(true, &var_error); in GetVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 863 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbClass() 949 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbObjCClass()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 533 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext() 1072 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 491 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 902 sc.comp_unit->GetVariableList(can_create)); in DoExecute() 965 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 2118 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges() 3325 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext() 3791 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseAndAppendGlobalVariable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 2035 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5932 VariableList *locals = frame->GetVariableList(true, nullptr); in WindowDelegateDraw()
|