Home
last modified time | relevance | path

Searched defs:reg_name (Results 1 – 25 of 25) sorted by relevance

/llvm-project/lldb/examples/python/
H A Darmv7_cortex_m_target_defintion.py77 def get_reg_num(reg_num_dict, reg_name): argument
83 def get_reg_num(reg_num_dict, reg_name): argument
H A Dx86_64_target_definition.py191 def get_reg_num(reg_num_dict, reg_name): argument
197 def get_reg_num(reg_num_dict, reg_name): argument
H A Dx86_64_linux_target_definition.py191 def get_reg_num(reg_num_dict, reg_name): argument
H A Dx86_64_qemu_target_definition.py191 def get_reg_num(reg_num_dict, reg_name): argument
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp444 read_register_u16_raw(reg_ctx, reg_name)); in read_register_u64() argument
396 read_register_u16_raw(RegisterContext * reg_ctx,llvm::StringRef reg_name) read_register_u16_raw() argument
408 read_register_u32_raw(RegisterContext * reg_ctx,llvm::StringRef reg_name) read_register_u32_raw() argument
420 read_register_u64_raw(RegisterContext * reg_ctx,llvm::StringRef reg_name) read_register_u64_raw() argument
432 read_register_u16(RegisterContext * reg_ctx,llvm::StringRef reg_name) read_register_u16() argument
438 read_register_u32(RegisterContext * reg_ctx,llvm::StringRef reg_name) read_register_u32() argument
449 read_register_u128(RegisterContext * reg_ctx,llvm::StringRef reg_name,uint8_t * dst) read_register_u128() argument
508 char reg_name[16]; GetThreadContext_ARM64() local
[all...]
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp136 DoReadRegisterValue(uint32_t offset,const char * reg_name,uint32_t size,RegisterValue & value) DoReadRegisterValue() argument
155 DoWriteRegisterValue(uint32_t offset,const char * reg_name,const RegisterValue & value) DoWriteRegisterValue() argument
H A DNativeRegisterContextLinux_s390x.cpp413 DoReadRegisterValue(uint32_t offset,const char * reg_name,uint32_t size,RegisterValue & value) DoReadRegisterValue() argument
419 DoWriteRegisterValue(uint32_t offset,const char * reg_name,const RegisterValue & value) DoWriteRegisterValue() argument
H A DNativeRegisterContextLinux_arm.cpp790 DoReadRegisterValue(uint32_t offset,const char * reg_name,uint32_t size,RegisterValue & value) DoReadRegisterValue() argument
810 DoWriteRegisterValue(uint32_t offset,const char * reg_name,const RegisterValue & value) DoWriteRegisterValue() argument
/llvm-project/lldb/test/API/tools/lldb-server/register-reading/
H A DTestGdbRemoteGPacket.py124 get_reg_value = lambda reg_name: _extract_register_value( argument
/llvm-project/lldb/unittests/Target/
H A DDynamicRegisterInfoTest.cpp55 void ExpectInRegs(uint32_t reg_num, const char *reg_name, in ExpectInRegs()
67 void ExpectInDynInfo(uint32_t reg_num, const char *reg_name, in ExpectInDynInfo()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp26 static uint32_t ResolveLLDBRegisterNum(llvm::StringRef reg_name, llvm::Triple::ArchType arch_type) { in ResolveLLDBRegisterNum()
/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp344 auto reg_name = command[0].ref(); in DoExecute() local
433 llvm::StringRef reg_name = command[0].ref(); in DoExecute() local
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp148 llvm::StringRef reg_name = info.name.GetStringRef(); AugmentRegisterInfo() local
H A DABISysV_arm64.cpp786 ReadLinuxProcessAddressMask(lldb::ProcessSP process_sp,llvm::StringRef reg_name) ReadLinuxProcessAddressMask() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp274 ReadRegisterHelper(DWORD flags_required,const char * reg_name,DWORD value,RegisterValue & reg_value) const ReadRegisterHelper() argument
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp227 llvm::StringRef reg_name = x.value().name.GetStringRef(); in AugmentRegisterInfo() local
/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp283 llvm::StringRef reg_name = name; DoToAddress() local
/llvm-project/lldb/source/Target/
H A DABI.cpp53 const char *reg_name = register_info_array[i].name; in GetRegisterInfoByName() local
H A DRegisterContext.cpp52 RegisterContext::GetRegisterInfoByName(llvm::StringRef reg_name, in GetRegisterInfoByName() argument
/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp53 NativeRegisterContext::GetRegisterInfoByName(llvm::StringRef reg_name, in GetRegisterInfoByName() argument
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp39 #define DEFINE_REG_NAME_STR(reg_name) ConstString(reg_name).GetCString() argument
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp25 DEFINE_REG_NAME_STR(reg_name) global() argument
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.cpp1605 DNBThreadGetRegisterValueByName(nub_process_t pid,nub_thread_t tid,uint32_t reg_set,const char * reg_name,DNBRegisterValue * value) DNBThreadGetRegisterValueByName() argument
1635 DNBGetRegisterInfoByName(const char * reg_name,DNBRegisterInfo * info) DNBGetRegisterInfoByName() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1399 llvm::StringRef reg_name = name.GetStringRef().substr(1); in FindExternalVisibleDecls() local
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1013 DumpRegister(Stream & s,StackFrame * frame,const char * reg_name,Format format) DumpRegister() argument