Home
last modified time | relevance | path

Searched refs:GetGenericNum (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86_i386.h16 uint32_t GetGenericNum(llvm::StringRef name) override;
H A DABIX86_i386.cpp11 uint32_t ABIX86_i386::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIX86_i386
H A DABISysV_x86_64.h92 uint32_t GetGenericNum(llvm::StringRef reg) override;
H A DABIWindows_x86_64.h91 uint32_t GetGenericNum(llvm::StringRef reg) override;
H A DABIWindows_x86_64.cpp807 uint32_t ABIWindows_x86_64::GetGenericNum(llvm::StringRef reg) { in GetGenericNum()
805 uint32_t ABIWindows_x86_64::GetGenericNum(llvm::StringRef reg) { GetGenericNum() function in ABIWindows_x86_64
H A DABISysV_x86_64.cpp935 uint32_t ABISysV_x86_64::GetGenericNum(llvm::StringRef name) { in GetGenericNum()
932 uint32_t ABISysV_x86_64::GetGenericNum(llvm::StringRef name) { GetGenericNum() function in ABISysV_x86_64
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.h32 uint32_t GetGenericNum(llvm::StringRef name) override;
H A DABIAArch64.cpp84 uint32_t ABIAArch64::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIAArch64
/llvm-project/lldb/include/lldb/Target/
H A DABI.h204 virtual uint32_t GetGenericNum(llvm::StringRef reg) = 0;
/llvm-project/lldb/source/Target/
H A DABI.cpp282 info.regnum_generic = GetGenericNum(info.name.GetStringRef()); in AugmentRegisterInfo()
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp820 static uint32_t GetGenericNum(llvm::StringRef name) {
857 it.value().regnum_generic = GetGenericNum(it.value().name.GetStringRef());
741 static uint32_t GetGenericNum(llvm::StringRef name) { GetGenericNum() function