reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1656 bool ABISysV_arm64::GetPointerReturnRegister(const char *&name) {
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  212 bool ABISysV_x86_64::GetPointerReturnRegister(const char *&name) {
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1080 bool ABIWindows_x86_64::GetPointerReturnRegister(const char *&name) {

References

tools/lldb/source/Target/StackFrame.cpp
 1560       if (!abi_sp->GetPointerReturnRegister(return_register_name)) {