Home
last modified time | relevance | path

Searched defs:GetGenericNum (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86_i386.cpp11 uint32_t ABIX86_i386::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIX86_i386
H A DABISysV_x86_64.cpp932 uint32_t ABISysV_x86_64::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABISysV_x86_64
H A DABIWindows_x86_64.cpp805 uint32_t ABIWindows_x86_64::GetGenericNum(llvm::StringRef reg) { in GetGenericNum() function in ABIWindows_x86_64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp90 uint32_t ABIAArch64::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIAArch64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp742 static uint32_t GetGenericNum(llvm::StringRef name) { in GetGenericNum() function