Searched defs:GetGenericNum (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/ABI/X86/ | ||
H A D | ABIX86_i386.cpp | 11 uint32_t ABIX86_i386::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIX86_i386 |
H A D | ABISysV_x86_64.cpp | 932 uint32_t ABISysV_x86_64::GetGenericNum(llvm::StringRef name) { GetGenericNum() function in ABISysV_x86_64 |
H A D | ABIWindows_x86_64.cpp | 805 uint32_t ABIWindows_x86_64::GetGenericNum(llvm::StringRef reg) { GetGenericNum() function in ABIWindows_x86_64 |
/llvm-project/lldb/source/Plugins/ABI/AArch64/ | ||
H A D | ABIAArch64.cpp | 84 uint32_t ABIAArch64::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIAArch64 |
/llvm-project/lldb/source/Plugins/ABI/RISCV/ | ||
H A D | ABISysV_riscv.cpp | 741 static uint32_t GetGenericNum(llvm::StringRef name) { GetGenericNum() function |