Searched refs:GetVariableList (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 306 lldb::VariableListSP GetVariableList(bool can_create);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 264 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Variable.cpp | 581 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete() 678 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
|
| H A D | CompileUnit.cpp | 209 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
|
| /openbsd-src/gnu/llvm/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() 1172 VariableList *var_list = GetVariableList(true, nullptr); in GetValueObjectForFrameVariable() 1716 VariableList *variables = GetVariableList(get_file_globals, nullptr); in GuessValueForRegisterAndOffset()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFrame.cpp | 605 VariableList *frame_vars = frame->GetVariableList(get_file_globals, in FindValue() 810 variable_list = frame->GetVariableList(true, &var_error); in GetVariables()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 869 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbClass() 955 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbObjCClass()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 529 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext() 1068 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 489 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 901 sc.comp_unit->GetVariableList(can_create)); in DoExecute() 968 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1928 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges() 3241 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext() 3695 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseAndAppendGlobalVariable()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 630 List.AddVariables(CU->GetVariableList(true).get()); in findVariables()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 2020 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5912 VariableList *locals = frame->GetVariableList(true, nullptr); in WindowDelegateDraw()
|