Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h303 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h260 VariableList *GetVariableList(bool get_file_globals);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp415 VariableList *StackFrame::GetVariableList(bool get_file_globals) { in GetVariableList() function in StackFrame
442 m_sc.comp_unit->GetVariableList(true)); in GetVariableList()
479 m_sc.comp_unit->GetVariableList(true)); in GetInScopeVariableList()
1140 VariableList *var_list = GetVariableList(true); in GetValueObjectForFrameVariable()
1174 VariableList *var_list = GetVariableList(true); in TrackGlobalVariable()
1709 VariableList *variables = GetVariableList(get_file_globals); in GuessValueForRegisterAndOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp620 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
721 frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
H A DCompileUnit.cpp234 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() function in CompileUnit
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp750 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()
984 variable_list = frame->GetVariableList(true); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp519 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
H A DCommandObjectTarget.cpp923 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
993 sc.comp_unit->GetVariableList(can_create)); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp518 if (sc.comp_unit->GetVariableList(false)) in ParseVariablesForContext()
988 local_variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp989 VariableList *vars = frame->GetVariableList(false); in FindExternalVisibleDecls()
1100 VariableList *vars = frame->GetVariableList(false); in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1749 VariableListSP globals_sp = cu_sp->GetVariableList(true); in GetGlobalAranges()
3189 VariableListSP variables(sc.comp_unit->GetVariableList(false)); in ParseVariablesForContext()
3704 variable_list_sp = sc.comp_unit->GetVariableList(false); in ParseVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1478 variables = sc.comp_unit->GetVariableList(false); in ParseVariablesForContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3033 VariableList *locals = frame->GetVariableList(true); in WindowDelegateDraw()