Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DABIWindows_x86_64.h91 uint32_t GetGenericNum(llvm::StringRef reg) override;
H A DABISysV_x86_64.h92 uint32_t GetGenericNum(llvm::StringRef reg) override;
H A DABIWindows_x86_64.cpp805 uint32_t ABIWindows_x86_64::GetGenericNum(llvm::StringRef reg) { in GetGenericNum() function in ABIWindows_x86_64
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.h32 uint32_t GetGenericNum(llvm::StringRef name) override;
H A DABIAArch64.cpp59 uint32_t ABIAArch64::GetGenericNum(llvm::StringRef name) { in GetGenericNum() function in ABIAArch64
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h206 virtual uint32_t GetGenericNum(llvm::StringRef reg) = 0;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp249 info.regnum_generic = GetGenericNum(info.name.GetStringRef()); in AugmentRegisterInfo()