LLDB mainline
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ABISysV_hexagon Class Reference

#include <ABISysV_hexagon.h>

Inheritance diagram for ABISysV_hexagon:
Inheritance graph
[legend]

Public Member Functions

 ~ABISysV_hexagon () override=default
 
size_t GetRedZoneSize () const override
 
bool PrepareTrivialCall (lldb_private::Thread &thread, lldb::addr_t sp, lldb::addr_t functionAddress, lldb::addr_t returnAddress, llvm::ArrayRef< lldb::addr_t > args) const override
 
bool PrepareTrivialCall (lldb_private::Thread &thread, lldb::addr_t sp, lldb::addr_t functionAddress, lldb::addr_t returnAddress, llvm::Type &prototype, llvm::ArrayRef< ABI::CallArgument > args) const override
 
bool GetArgumentValues (lldb_private::Thread &thread, lldb_private::ValueList &values) const override
 
lldb_private::Status SetReturnValueObject (lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value) override
 
lldb::ValueObjectSP GetReturnValueObjectImpl (lldb_private::Thread &thread, lldb_private::CompilerType &type) const override
 
lldb::ValueObjectSP GetReturnValueObjectImpl (lldb_private::Thread &thread, llvm::Type &type) const override
 
bool CreateFunctionEntryUnwindPlan (lldb_private::UnwindPlan &unwind_plan) override
 
bool CreateDefaultUnwindPlan (lldb_private::UnwindPlan &unwind_plan) override
 
bool RegisterIsVolatile (const lldb_private::RegisterInfo *reg_info) override
 
bool CallFrameAddressIsValid (lldb::addr_t cfa) override
 
bool CodeAddressIsValid (lldb::addr_t pc) override
 
const lldb_private::RegisterInfoGetRegisterInfoArray (uint32_t &count) override
 
llvm::StringRef GetPluginName () override
 
- Public Member Functions inherited from lldb_private::RegInfoBasedABI
void AugmentRegisterInfo (std::vector< DynamicRegisterInfo::Register > &regs) override
 
- Public Member Functions inherited from lldb_private::ABI
 ~ABI () override
 
virtual size_t GetRedZoneSize () const =0
 
virtual bool PrepareTrivialCall (lldb_private::Thread &thread, lldb::addr_t sp, lldb::addr_t functionAddress, lldb::addr_t returnAddress, llvm::ArrayRef< lldb::addr_t > args) const =0
 
virtual bool PrepareTrivialCall (lldb_private::Thread &thread, lldb::addr_t sp, lldb::addr_t functionAddress, lldb::addr_t returnAddress, llvm::Type &prototype, llvm::ArrayRef< CallArgument > args) const
 
virtual bool GetArgumentValues (Thread &thread, ValueList &values) const =0
 
lldb::ValueObjectSP GetReturnValueObject (Thread &thread, CompilerType &type, bool persistent=true) const
 
lldb::ValueObjectSP GetReturnValueObject (Thread &thread, llvm::Type &type, bool persistent=true) const
 
virtual Status SetReturnValueObject (lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value)=0
 
virtual bool CreateFunctionEntryUnwindPlan (UnwindPlan &unwind_plan)=0
 
virtual bool CreateDefaultUnwindPlan (UnwindPlan &unwind_plan)=0
 
virtual bool RegisterIsVolatile (const RegisterInfo *reg_info)=0
 
virtual bool GetFallbackRegisterLocation (const RegisterInfo *reg_info, UnwindPlan::Row::RegisterLocation &unwind_regloc)
 
virtual bool CallFrameAddressIsValid (lldb::addr_t cfa)=0
 
virtual bool CodeAddressIsValid (lldb::addr_t pc)=0
 
virtual lldb::addr_t FixAnyAddress (lldb::addr_t pc)
 Use this method when you do not know, or do not care what kind of address you are fixing.
 
llvm::MCRegisterInfo & GetMCRegisterInfo ()
 
virtual void AugmentRegisterInfo (std::vector< DynamicRegisterInfo::Register > &regs)=0
 
virtual bool GetPointerReturnRegister (const char *&name)
 
virtual uint64_t GetStackFrameSize ()
 
virtual lldb::addr_t FixCodeAddress (lldb::addr_t pc)
 Some targets might use bits in a code address to indicate a mode switch.
 
virtual lldb::addr_t FixDataAddress (lldb::addr_t pc)
 
- Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
 
virtual ~PluginInterface ()=default
 
virtual llvm::StringRef GetPluginName ()=0
 
 PluginInterface (const PluginInterface &)=delete
 
PluginInterfaceoperator= (const PluginInterface &)=delete
 

Static Public Member Functions

static void Initialize ()
 
static void Terminate ()
 
static lldb::ABISP CreateInstance (lldb::ProcessSP process_sp, const lldb_private::ArchSpec &arch)
 
static llvm::StringRef GetPluginNameStatic ()
 
- Static Public Member Functions inherited from lldb_private::ABI
static lldb::ABISP FindPlugin (lldb::ProcessSP process_sp, const ArchSpec &arch)
 

Protected Member Functions

void CreateRegisterMapIfNeeded ()
 
lldb::ValueObjectSP GetReturnValueObjectSimple (lldb_private::Thread &thread, lldb_private::CompilerType &ast_type) const
 
bool RegisterIsCalleeSaved (const lldb_private::RegisterInfo *reg_info)
 
- Protected Member Functions inherited from lldb_private::RegInfoBasedABI
bool GetRegisterInfoByName (llvm::StringRef name, RegisterInfo &info)
 
virtual const RegisterInfoGetRegisterInfoArray (uint32_t &count)=0
 
 ABI (lldb::ProcessSP process_sp, std::unique_ptr< llvm::MCRegisterInfo > info_up)
 
- Protected Member Functions inherited from lldb_private::ABI
virtual lldb::ValueObjectSP GetReturnValueObjectImpl (Thread &thread, CompilerType &ast_type) const =0
 
virtual lldb::ValueObjectSP GetReturnValueObjectImpl (Thread &thread, llvm::Type &ir_type) const
 
lldb::ProcessSP GetProcessSP () const
 Request to get a Process shared pointer.
 
 ABI (lldb::ProcessSP process_sp, std::unique_ptr< llvm::MCRegisterInfo > info_up)
 

Additional Inherited Members

- Static Protected Member Functions inherited from lldb_private::ABI
static std::unique_ptr< llvm::MCRegisterInfo > MakeMCRegisterInfo (const ArchSpec &arch)
 Utility function to construct a MCRegisterInfo using the ArchSpec triple.
 
- Protected Attributes inherited from lldb_private::ABI
lldb::ProcessWP m_process_wp
 
std::unique_ptr< llvm::MCRegisterInfo > m_mc_register_info_up
 

Detailed Description

Definition at line 16 of file ABISysV_hexagon.h.

Constructor & Destructor Documentation

◆ ~ABISysV_hexagon()

ABISysV_hexagon::~ABISysV_hexagon ( )
overridedefault

Member Function Documentation

◆ CallFrameAddressIsValid()

bool ABISysV_hexagon::CallFrameAddressIsValid ( lldb::addr_t  cfa)
inlineoverridevirtual

Implements lldb_private::ABI.

Definition at line 56 of file ABISysV_hexagon.h.

◆ CodeAddressIsValid()

bool ABISysV_hexagon::CodeAddressIsValid ( lldb::addr_t  pc)
inlineoverridevirtual

Implements lldb_private::ABI.

Definition at line 65 of file ABISysV_hexagon.h.

◆ CreateDefaultUnwindPlan()

bool ABISysV_hexagon::CreateDefaultUnwindPlan ( lldb_private::UnwindPlan unwind_plan)
overridevirtual

◆ CreateFunctionEntryUnwindPlan()

bool ABISysV_hexagon::CreateFunctionEntryUnwindPlan ( lldb_private::UnwindPlan unwind_plan)
overridevirtual

◆ CreateInstance()

ABISP ABISysV_hexagon::CreateInstance ( lldb::ProcessSP  process_sp,
const lldb_private::ArchSpec arch 
)
static

◆ CreateRegisterMapIfNeeded()

void ABISysV_hexagon::CreateRegisterMapIfNeeded ( )
protected

◆ GetArgumentValues()

bool ABISysV_hexagon::GetArgumentValues ( lldb_private::Thread thread,
lldb_private::ValueList values 
) const
overridevirtual

Implements lldb_private::ABI.

Definition at line 1172 of file ABISysV_hexagon.cpp.

◆ GetPluginName()

llvm::StringRef ABISysV_hexagon::GetPluginName ( )
inlineoverridevirtual

Implements lldb_private::PluginInterface.

Definition at line 86 of file ABISysV_hexagon.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static llvm::StringRef ABISysV_hexagon::GetPluginNameStatic ( )
inlinestatic

Definition at line 82 of file ABISysV_hexagon.h.

Referenced by GetPluginName(), and Initialize().

◆ GetRedZoneSize()

size_t ABISysV_hexagon::GetRedZoneSize ( ) const
overridevirtual

Implements lldb_private::ABI.

Definition at line 998 of file ABISysV_hexagon.cpp.

◆ GetRegisterInfoArray()

const lldb_private::RegisterInfo * ABISysV_hexagon::GetRegisterInfoArray ( uint32_t &  count)
overridevirtual

Implements lldb_private::RegInfoBasedABI.

Definition at line 980 of file ABISysV_hexagon.cpp.

References g_register_infos, and k_num_register_infos.

◆ GetReturnValueObjectImpl() [1/2]

ValueObjectSP ABISysV_hexagon::GetReturnValueObjectImpl ( lldb_private::Thread thread,
lldb_private::CompilerType type 
) const
overridevirtual

Implements lldb_private::ABI.

Definition at line 1190 of file ABISysV_hexagon.cpp.

◆ GetReturnValueObjectImpl() [2/2]

lldb::ValueObjectSP ABISysV_hexagon::GetReturnValueObjectImpl ( lldb_private::Thread thread,
llvm::Type &  type 
) const
overridevirtual

◆ GetReturnValueObjectSimple()

ValueObjectSP ABISysV_hexagon::GetReturnValueObjectSimple ( lldb_private::Thread thread,
lldb_private::CompilerType ast_type 
) const
protected

Definition at line 1184 of file ABISysV_hexagon.cpp.

◆ Initialize()

void ABISysV_hexagon::Initialize ( )
static

◆ PrepareTrivialCall() [1/2]

bool ABISysV_hexagon::PrepareTrivialCall ( lldb_private::Thread thread,
lldb::addr_t  sp,
lldb::addr_t  functionAddress,
lldb::addr_t  returnAddress,
llvm::ArrayRef< lldb::addr_t args 
) const
overridevirtual

Implements lldb_private::ABI.

◆ PrepareTrivialCall() [2/2]

bool ABISysV_hexagon::PrepareTrivialCall ( lldb_private::Thread thread,
lldb::addr_t  sp,
lldb::addr_t  functionAddress,
lldb::addr_t  returnAddress,
llvm::Type &  prototype,
llvm::ArrayRef< ABI::CallArgument >  args 
) const
override

◆ RegisterIsCalleeSaved()

bool ABISysV_hexagon::RegisterIsCalleeSaved ( const lldb_private::RegisterInfo reg_info)
protected

Definition at line 1262 of file ABISysV_hexagon.cpp.

References lldb_private::RegisterInfo::byte_offset.

Referenced by RegisterIsVolatile().

◆ RegisterIsVolatile()

bool ABISysV_hexagon::RegisterIsVolatile ( const lldb_private::RegisterInfo reg_info)
overridevirtual

Implements lldb_private::ABI.

Definition at line 1258 of file ABISysV_hexagon.cpp.

References RegisterIsCalleeSaved().

◆ SetReturnValueObject()

Status ABISysV_hexagon::SetReturnValueObject ( lldb::StackFrameSP frame_sp,
lldb::ValueObjectSP new_value 
)
overridevirtual

Implements lldb_private::ABI.

Definition at line 1178 of file ABISysV_hexagon.cpp.

References error().

◆ Terminate()

void ABISysV_hexagon::Terminate ( )
static

The documentation for this class was generated from the following files: