Searched refs:GetVariable (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangExpressionVariable.h | 336 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/ |
| HD | Value.cpp | 323 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/ |
| HD | ClangPersistentVariables.cpp | 41 ClangExpressionVariableSP var_sp (GetVariable(name)); in CreatePersistentVariable()
|
| HD | ClangExpressionDeclMap.cpp | 324 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/ |
| HD | main.c | 402 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/ |
| HD | Value.h | 263 GetVariable();
|
| /NextBSD/sys/boot/efi/include/ |
| HD | efiapi.h | 704 EFI_GET_VARIABLE GetVariable; member
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFrame.cpp | 959 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 2019 persistent_var_sp = m_persistent_variables->GetVariable (expr_cstr); in EvaluateExpression()
|