Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h322 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h266 VariableList *GetVariableList(bool get_file_globals, Status *error_ptr);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp586 VariableList *variable_list = frame->GetVariableList(get_file_globals, in PrivateAutoComplete()
683 frame->GetVariableList(get_file_globals, nullptr); in PrivateAutoComplete()
H A DCompileUnit.cpp205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/freebsd/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()
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 DSBFrame.cpp608 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 DClangExpressionDeclMap.cpp863 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 DSymbolFilePDB.cpp533 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 DCommandObjectFrame.cpp491 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
H A DCommandObjectTarget.cpp902 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 DSymbolFileDWARF.cpp2118 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 DSymbolFileNativePDB.cpp2035 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5932 VariableList *locals = frame->GetVariableList(true, nullptr); in WindowDelegateDraw()