Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h78 lldb::VariableSP GetVariable() override { in GetVariable() function
79 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
H A DValueObjectSyntheticFilter.h86 lldb::VariableSP GetVariable() override { in GetVariable() function
87 return m_parent != nullptr ? m_parent->GetVariable() : nullptr; in GetVariable()
H A DValueObjectVariable.h67 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
H A DValue.h126 Variable *GetVariable();
H A DValueObject.h774 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.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
H A DValueObject.cpp1550 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
1553 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/freebsd/stand/efi/libefi/
H A Defienv.c47 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
H A Denv.c679 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, NULL); in efi_print_var()
691 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, data); in efi_print_var()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h225 lldb::ExpressionVariableSP &GetVariable();
H A DClangUserExpression.cpp978 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization()
1029 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
H A DClangExpressionDeclMap.cpp227 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable()
1396 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1836 EFI_GET_VARIABLE GetVariable; member
/freebsd/stand/efi/include/
H A Defiapi.h708 EFI_GET_VARIABLE GetVariable; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2708 ts->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression()
2742 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()