Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectDynamicValue.h78 lldb::VariableSP GetVariable() override { in GetVariable() function
79 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
H A DValueObjectSynthetic.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 DValueObject.h864 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h170 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function
181 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp263 Variable *variable = GetVariable(); in GetCompilerType()
416 Variable *variable = GetVariable(); in GetValueAsData()
457 Variable *variable = GetVariable(); in GetValueAsData()
631 Variable *Value::GetVariable() { in GetVariable() function in Value
/freebsd/stand/efi/libefi/
H A Defienv.c48 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
H A Denv.c771 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, NULL); in efi_print_var()
783 status = RS->GetVariable(varnamearg, matchguid, &attr, &datasz, data); in efi_print_var()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_RUNTIME_SERVICES.h115 EFI_GET_VARIABLE GetVariable; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h128 Variable *GetVariable();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h227 lldb::ExpressionVariableSP &GetVariable();
H A DClangUserExpression.cpp951 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization()
1002 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
H A DClangExpressionDeclMap.cpp228 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable()
1394 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp195 if (auto var_sp = state->GetVariable(expr)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1217 if (GetVariable()) { in SetValueFromInteger()
1257 if (GetVariable()) { in SetValueFromInteger()
1784 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
1787 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1900 EFI_GET_VARIABLE GetVariable; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp565 var_sp = (*valobj_or_error)->GetVariable(); in DILGetValueForVariableExpressionPath()
H A DTarget.cpp2880 ts->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression()
2909 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()