Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectDynamicValue.h78 lldb::VariableSP GetVariable() override { in GetVariable() function
79 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
HDValueObjectSyntheticFilter.h86 lldb::VariableSP GetVariable() override { in GetVariable() function
87 return m_parent != nullptr ? m_parent->GetVariable() : nullptr; in GetVariable()
HDValueObjectVariable.h67 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
HDValue.h126 Variable *GetVariable();
HDValueObject.h860 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDExpressionVariable.h161 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function
172 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValue.cpp255 Variable *variable = GetVariable(); in GetCompilerType()
404 Variable *variable = GetVariable(); in GetValueAsData()
445 Variable *variable = GetVariable(); in GetValueAsData()
618 Variable *Value::GetVariable() { in GetVariable() function in Value
HDValueObject.cpp1194 if (GetVariable()) { in SetValueFromInteger()
1231 if (GetVariable()) { in SetValueFromInteger()
1751 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
1754 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/freebsd-13-stable/stand/efi/libefi/
HDefienv.c48 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
HDenv.c680 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, NULL); in efi_print_var()
692 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, data); in efi_print_var()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUserExpression.h225 lldb::ExpressionVariableSP &GetVariable();
HDClangUserExpression.cpp949 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization()
1000 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
HDClangExpressionDeclMap.cpp227 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable()
1391 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectDWIMPrint.cpp179 if (auto var_sp = state->GetVariable(expr)) in DoExecute()
/freebsd-13-stable/stand/efi/include/
HDefiapi.h708 EFI_GET_VARIABLE GetVariable; member
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
HDUefiSpec.h1836 EFI_GET_VARIABLE GetVariable; member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2698 ts->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression()
2732 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()