Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h336 GetVariable (const ConstString &name) in GetVariable() function
350 GetVariable (const char *name) in GetVariable() function
379 GetVariable (const clang::NamedDecl *decl, uint64_t parser_id) in GetVariable() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp323 Variable *variable = GetVariable(); in GetClangType()
535 Variable *variable = GetVariable(); in GetValueAsData()
577 Variable *variable = GetVariable(); in GetValueAsData()
773 Value::GetVariable() in GetVariable() function in Value
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangPersistentVariables.cpp41 ClangExpressionVariableSP var_sp (GetVariable(name)); in CreatePersistentVariable()
HDClangExpressionDeclMap.cpp324 if (m_struct_members.GetVariable(decl, GetParserID())) in AddValueToStruct()
327 ClangExpressionVariableSP var_sp (m_found_entities.GetVariable(decl, GetParserID())); in AddValueToStruct()
331 var_sp = m_parser_vars->m_persistent_vars->GetVariable(decl, GetParserID()); in AddValueToStruct()
481 ClangExpressionVariableSP entity_sp(m_found_entities.GetVariable(decl, GetParserID())); in GetFunctionInfo()
1297 ClangExpressionVariableSP pvar_sp(m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/NextBSD/sys/boot/efi/loader/
HDmain.c402 status = RS->GetVariable(var, &varguid, NULL, &datasz, NULL); in command_nvram()
405 status = RS->GetVariable(var, &varguid, NULL, &datasz, data); in command_nvram()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h263 GetVariable();
/NextBSD/sys/boot/efi/include/
HDefiapi.h704 EFI_GET_VARIABLE GetVariable; member
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp959 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2019 persistent_var_sp = m_persistent_variables->GetVariable (expr_cstr); in EvaluateExpression()