Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h306 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h259 VariableList *GetVariableList(bool get_file_globals);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp422 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList() function in StackFrame
449 m_sc.comp_unit->GetVariableList(true)); in GetVariableList()
486 m_sc.comp_unit->GetVariableList(true)); in GetInScopeVariableList()
1146 VariableList *var_list = GetVariableList(true); in GetValueObjectForFrameVariable()
1687 VariableList *variables = GetVariableList(get_file_globals); in GuessValueForRegisterAndOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp600 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
696 frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
H A DCompileUnit.cpp198 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp618 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()
836 variable_list = frame->GetVariableList(true); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp838 VariableList *vars = frame->GetVariableList(false); in LookUpLldbClass()
951 VariableList *vars = frame->GetVariableList(false); in LookUpLldbObjCClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp521 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext()
1054 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp488 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
H A DCommandObjectTarget.cpp890 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
957 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1793 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges()
3014 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext()
3463 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1481 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4442 VariableList *locals = frame->GetVariableList(true); in WindowDelegateDraw()