Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDArgs.h400 StringToGenericRegister (const char *s);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDDynamicRegisterInfo.cpp333 … reg_info.kinds[lldb::eRegisterKindGeneric] = Args::StringToGenericRegister(generic_str.c_str()); in SetRegisterInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDArgs.cpp1039 Args::StringToGenericRegister (const char *s) in StringToGenericRegister() function in Args
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp647 … reg_info.kinds[eRegisterKindGeneric] = Args::StringToGenericRegister (value.c_str()); in BuildDynamicRegisterInfo()
4254 reg_info.kinds[eRegisterKindGeneric] = Args::StringToGenericRegister(value.data()); in ParseRegisters()