HomeSort by relevance Sort by last modified time
    Searched defs:ValueObjectRegisterSet (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Core/
ValueObjectRegister.h 72 class ValueObjectRegisterSet : public ValueObject
79 ~ValueObjectRegisterSet();
122 ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
127 DISALLOW_COPY_AND_ASSIGN (ValueObjectRegisterSet);
183 friend class ValueObjectRegisterSet;
  /external/lldb/source/Core/
ValueObjectRegister.cpp 106 new_valobj = new ValueObjectRegisterSet(exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx);
114 #pragma mark ValueObjectRegisterSet
117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx)
119 return (new ValueObjectRegisterSet (exe_scope, reg_ctx_sp, set_idx))->GetSP();
123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, uint32_t reg_set_idx) :
137 ValueObjectRegisterSet::~ValueObjectRegisterSet()
142 ValueObjectRegisterSet::GetClangTypeImpl ()
148 ValueObjectRegisterSet::GetTypeName(
    [all...]

Completed in 1080 milliseconds