GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Enumerations
call-site.h File Reference
#include "dwarf2/types.h"
#include "../frame.h"
#include "gdbsupport/function-view.h"

Go to the source code of this file.

Classes

struct  call_site_target
 
union  call_site_parameter_u
 
struct  call_site_parameter
 
struct  call_site
 
struct  call_site::target
 

Enumerations

enum  call_site_parameter_kind { CALL_SITE_PARAMETER_DWARF_REG , CALL_SITE_PARAMETER_FB_OFFSET , CALL_SITE_PARAMETER_PARAM_OFFSET }
 

Enumeration Type Documentation

◆ call_site_parameter_kind

Enumerator
CALL_SITE_PARAMETER_DWARF_REG 

Use field call_site_parameter.u.dwarf_reg.

CALL_SITE_PARAMETER_FB_OFFSET 

Use field call_site_parameter.u.fb_offset.

CALL_SITE_PARAMETER_PARAM_OFFSET 

Use field call_site_parameter.u.param_offset.

Definition at line 35 of file call-site.h.