Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DDWARFExpression.cpp224 m_reg_kind (eRegisterKindDWARF), in DWARFExpression()
231 m_reg_kind (rhs.m_reg_kind), in DWARFExpression()
239 m_reg_kind (eRegisterKindDWARF), in DWARFExpression()
434 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) in DumpLocation()
490 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) in DumpLocation()
514 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) in DumpLocation()
541 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) in DumpLocation()
647 return m_reg_kind; in GetRegisterKind()
653 m_reg_kind = reg_kind; in SetRegisterKind()
1271 …uate (exe_ctx, expr_locals, decl_map, reg_ctx, m_data, offset, length, m_reg_kind, initial_value_p… in Evaluate()
[all …]
/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h130 lldb::RegisterKind m_reg_kind; variable
/external/lldb/include/lldb/Expression/
DDWARFExpression.h415 … lldb::RegisterKind m_reg_kind; ///< One of the defines that starts with LLDB_REGKIND_ variable
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp34 m_reg_kind (reg_kind), // The flavor of registers that the CFI data uses (enum RegisterKind) in DWARFCallFrameInfo()
444 unwind_plan.SetRegisterKind (m_reg_kind); in FDEToUnwindPlan()