Searched refs:MapRegisterName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIAArch64.cpp | 56 MapRegisterName(reg, "v", "q"); in GetMCName() 57 MapRegisterName(reg, "x29", "fp"); in GetMCName() 58 MapRegisterName(reg, "x30", "lr"); in GetMCName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86_64.h | 18 MapRegisterName(name, "stmm", "st"); in GetMCName()
|
| H A D | ABIMacOSX_i386.h | 92 MapRegisterName(name, "stmm", "st"); in GetMCName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ABI.h | 178 static void MapRegisterName(std::string ®, llvm::StringRef from_prefix,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 265 void MCBasedABI::MapRegisterName(std::string &name, llvm::StringRef from_prefix, in MapRegisterName() function in MCBasedABI
|