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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h131 virtual bool GetPointerReturnRegister(const char *&name) { return false; } function in class:lldb_private::ABI
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1656 bool ABISysV_arm64::GetPointerReturnRegister(const char *&name) { function in class:ABISysV_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1080 bool ABIWindows_x86_64::GetPointerReturnRegister(const char *&name) { function in class:ABIWindows_x86_64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp212 bool ABISysV_x86_64::GetPointerReturnRegister(const char *&name) { function in class:ABISysV_x86_64

Completed in 119 milliseconds