Searched defs:reg_kind (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | EmulateInstruction.cpp | 83 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister() 92 uint64_t EmulateInstruction::ReadRegisterUnsigned(lldb::RegisterKind reg_kind, in ReadRegisterUnsigned() 124 lldb::RegisterKind reg_kind, in WriteRegister() 134 lldb::RegisterKind reg_kind, in WriteRegisterUnsigned() 340 lldb::RegisterKind reg_kind; in ReadRegisterDefault() local 536 const RegisterInfo *reg_info, lldb::RegisterKind ®_kind, in GetBestRegisterKindAndNumber() 575 lldb::RegisterKind reg_kind; in GetInternalRegisterNumber() local
|
D | FormatEntity.cpp | 600 static bool DumpRegister(Stream &s, StackFrame *frame, RegisterKind reg_kind, in DumpRegister()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 103 void DWARFExpression::SetRegisterKind(RegisterKind reg_kind) { in SetRegisterKind() 156 lldb::RegisterKind reg_kind, in ReadRegisterValueAsScalar() 910 const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, in Evaluate()
|
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
D | EmulateInstructionPPC64.cpp | 78 bool EmulateInstructionPPC64::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 363 lldb::RegisterKind reg_kind; in MakeRegisterKindValuePair() local
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 379 UnwindPlan(lldb::RegisterKind reg_kind) in UnwindPlan()
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.cpp | 157 bool EmulateInstructionARM64::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
D | EmulateInstructionMIPS64.cpp | 585 bool EmulateInstructionMIPS64::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
D | EmulateInstructionMIPS.cpp | 598 bool EmulateInstructionMIPS::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 790 bool EmulateInstructionARM::GetRegisterInfo(lldb::RegisterKind reg_kind, in GetRegisterInfo() 14191 lldb::RegisterKind reg_kind; in ReadCoreReg() local 14259 lldb::RegisterKind reg_kind; in WriteCoreRegOptionalFlags() local
|