/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectDynamicValue.h | 78 lldb::VariableSP GetVariable() override { in GetVariable() function 79 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
|
H A D | ValueObjectSyntheticFilter.h | 86 lldb::VariableSP GetVariable() override { in GetVariable() function 87 return m_parent != nullptr ? m_parent->GetVariable() : nullptr; in GetVariable()
|
H A D | ValueObjectVariable.h | 67 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
|
H A D | Value.h | 126 Variable *GetVariable();
|
H A D | ValueObject.h | 860 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionVariable.h | 161 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 D | Value.cpp | 255 Variable *variable = GetVariable(); in GetCompilerType() 404 Variable *variable = GetVariable(); in GetValueAsData() 445 Variable *variable = GetVariable(); in GetValueAsData() 618 Variable *Value::GetVariable() { in GetVariable() 616 Variable *Value::GetVariable() { GetVariable() function in Value
|
H A D | ValueObject.cpp | 1194 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/stand/efi/libefi/ |
H A D | efienv.c | 47 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
|
H A D | env.c | 679 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 D | ClangUserExpression.h | 225 lldb::ExpressionVariableSP &GetVariable();
|
H A D | ClangUserExpression.cpp | 949 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization() 1000 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
|
H A D | ClangExpressionDeclMap.cpp | 227 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable() 1391 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 179 if (auto var_sp = state->GetVariable(expr)) in DoExecute()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 1836 EFI_GET_VARIABLE GetVariable; member
|
/freebsd/stand/efi/include/ |
H A D | efiapi.h | 708 EFI_GET_VARIABLE GetVariable; member
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 2698 ts->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression() 2732 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()
|