Home
last modified time | relevance | path

Searched refs:GetPointerReturnRegister (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.h63 bool GetPointerReturnRegister(const char *&name) override;
H A DABISysV_x86_64.h69 bool GetPointerReturnRegister(const char *&name) override;
H A DABIWindows_x86_64.cpp104 bool ABIWindows_x86_64::GetPointerReturnRegister(const char *&name) { in GetPointerReturnRegister() function in ABIWindows_x86_64
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.h68 bool GetPointerReturnRegister(const char *&name) override;
H A DABISysV_arm64.cpp38 bool ABISysV_arm64::GetPointerReturnRegister(const char *&name) { in GetPointerReturnRegister() function in ABISysV_arm64
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h148 virtual bool GetPointerReturnRegister(const char *&name) { return false; } in GetPointerReturnRegister() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1556 if (!abi_sp->GetPointerReturnRegister(return_register_name)) { in DoGuessValueAt()