Home
last modified time | relevance | path

Searched defs:GetPointerReturnRegister (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h148 virtual bool GetPointerReturnRegister(const char *&name) { return false; } in GetPointerReturnRegister() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp38 bool ABISysV_arm64::GetPointerReturnRegister(const char *&name) { in GetPointerReturnRegister() function in ABISysV_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp62 bool ABISysV_x86_64::GetPointerReturnRegister(const char *&name) { in GetPointerReturnRegister() function in ABISysV_x86_64
H A DABIWindows_x86_64.cpp104 bool ABIWindows_x86_64::GetPointerReturnRegister(const char *&name) { in GetPointerReturnRegister() function in ABIWindows_x86_64