Searched refs:MapRegisterName (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIAArch64.cpp | 84 MapRegisterName(reg, "v", "q"); in GetMCName() 85 MapRegisterName(reg, "x29", "fp"); in GetMCName() 86 MapRegisterName(reg, "x30", "lr"); in GetMCName()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86_64.h | 17 MapRegisterName(name, "stmm", "st"); in GetMCName()
|
| H A D | ABIMacOSX_i386.h | 90 MapRegisterName(name, "stmm", "st"); in GetMCName()
|
| /src/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ABI.h | 194 static void MapRegisterName(std::string ®, llvm::StringRef from_prefix,
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 305 void MCBasedABI::MapRegisterName(std::string &name, llvm::StringRef from_prefix, in MapRegisterName() function in MCBasedABI
|