Home
last modified time | relevance | path

Searched refs:GetVariable (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h77 lldb::VariableSP GetVariable() override { in GetVariable() function
78 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
H A DValueObjectVariable.h66 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
H A DValue.h126 Variable *GetVariable();
H A DValueObject.h785 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h161 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function
172 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp238 Variable *variable = GetVariable(); in GetCompilerType()
387 Variable *variable = GetVariable(); in GetValueAsData()
428 Variable *variable = GetVariable(); in GetValueAsData()
601 Variable *Value::GetVariable() { in GetVariable() function in Value
H A DValueObject.cpp1585 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
1588 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h221 lldb::ExpressionVariableSP &GetVariable();
H A DClangUserExpression.cpp981 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization()
1030 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
H A DClangExpressionDeclMap.cpp229 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable()
1407 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.h113 lldb::SBValue GetVariable(int64_t var_ref) const;
H A DVSCode.cpp588 lldb::SBValue Variables::GetVariable(int64_t var_ref) const { in GetVariable() function in lldb_vscode::Variables
H A Dlldb-vscode.cpp2778 variable = g_vsc.variables.GetVariable(id_value); in request_setVariable()
2801 lldb::SBValue container = g_vsc.variables.GetVariable(variablesReference); in request_setVariable()
2967 lldb::SBValue variable = g_vsc.variables.GetVariable(variablesReference); in request_variables()
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js354 version = parseInt(testObject.GetVariable("$version").match(/^[^\s]+\s(\d+)/)[1], 10);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2509 type_system_or_err->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression()
2536 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()