Home
last modified time | relevance | path

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

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