Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h322 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h265 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp580 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete()
677 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
H A DCompileUnit.cpp205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/freebsd-14.2/contrib/llvm-project/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()
1165 VariableList *var_list = GetVariableList(true, nullptr); in GetValueObjectForFrameVariable()
1708 VariableList *variables = GetVariableList(get_file_globals, nullptr); in GuessValueForRegisterAndOffset()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp608 VariableList *frame_vars = frame->GetVariableList(get_file_globals, in FindValue()
810 variable_list = frame->GetVariableList(true, &var_error); in GetVariables()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp864 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbClass()
950 VariableList *vars = frame->GetVariableList(false, nullptr); in LookUpLldbObjCClass()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp533 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext()
1072 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp542 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
H A DCommandObjectTarget.cpp933 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
996 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2079 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges()
3346 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext()
3811 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseAndAppendGlobalVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2035 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5932 VariableList *locals = frame->GetVariableList(true, nullptr); in WindowDelegateDraw()