Home
last modified time | relevance | path

Searched refs:CreateVariable (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Expression/
DClangPersistentVariables.cpp30 ClangExpressionVariableSP var_sp (CreateVariable(valobj_sp)); in CreatePersistentVariable()
44 var_sp = CreateVariable(exe_scope, name, user_type, byte_order, addr_byte_size); in CreatePersistentVariable()
DClangExpressionDeclMap.cpp207 …ClangExpressionVariableSP var_sp = m_found_entities.CreateVariable(exe_ctx.GetBestExecutionContext… in AddPersistentVariable()
1540 ClangExpressionVariableSP entity(m_found_entities.CreateVariable (valobj)); in AddOneVariable()
1618 …ClangExpressionVariableSP entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBest… in AddOneGenericVariable()
1733 …ClangExpressionVariableSP entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBest… in AddOneRegister()
1841 …ClangExpressionVariableSP entity(m_found_entities.CreateVariable (m_parser_vars->m_exe_ctx.GetBest… in AddOneFunction()
DMaterializer.cpp819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope, in Dematerialize()
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h394CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_s… in CreateVariable() function
402 CreateVariable(const lldb::ValueObjectSP &valobj_sp) in CreateVariable() function
410 CreateVariable (ExecutionContextScope *exe_scope, in CreateVariable() function