Home
last modified time | relevance | path

Searched refs:GetVariableList (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompileUnit.h306 lldb::VariableListSP GetVariableList(bool can_create);
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h259 VariableList *GetVariableList(bool get_file_globals);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp423 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList() function in StackFrame
450 m_sc.comp_unit->GetVariableList(true)); in GetVariableList()
487 m_sc.comp_unit->GetVariableList(true)); in GetInScopeVariableList()
1159 VariableList *var_list = GetVariableList(true); in GetValueObjectForFrameVariable()
1701 VariableList *variables = GetVariableList(get_file_globals); in GuessValueForRegisterAndOffset()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp581 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
677 frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
H A DCompileUnit.cpp208 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/llvm-project-15.0.7/lldb/source/API/
H A DSBFrame.cpp605 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()
808 variable_list = frame->GetVariableList(true); in GetVariables()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp869 VariableList *vars = frame->GetVariableList(false); in LookUpLldbClass()
954 VariableList *vars = frame->GetVariableList(false); in LookUpLldbObjCClass()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp527 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext()
1063 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp487 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
H A DCommandObjectTarget.cpp901 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
968 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1883 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges()
3107 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext()
3560 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseAndAppendGlobalVariable()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp582 List.AddVariables(CU->GetVariableList(true).get()); in findVariables()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1875 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5910 VariableList *locals = frame->GetVariableList(true); in WindowDelegateDraw()