Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h306 lldb::VariableListSP GetVariableList(bool can_create);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h264 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp581 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete()
678 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
H A DCompileUnit.cpp209 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp424 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 DSBFrame.cpp605 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 DClangExpressionDeclMap.cpp869 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 DSymbolFilePDB.cpp529 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 DCommandObjectFrame.cpp489 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
H A DCommandObjectTarget.cpp901 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 DSymbolFileDWARF.cpp1928 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 Dlldb-test.cpp630 List.AddVariables(CU->GetVariableList(true).get()); in findVariables()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2020 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5912 VariableList *locals = frame->GetVariableList(true, nullptr); in WindowDelegateDraw()