PIPS
_newgen_struct_owner_ Struct Reference

#include <makefile.h>

+ Collaboration diagram for _newgen_struct_owner_:

Data Fields

intptr_t _type_
 
enum owner_utype _owner_tag__
 
union {
   gen_chunk   _owner_program_
 
   gen_chunk   _owner_module_
 program:unit More...
 
   gen_chunk   _owner_main_
 module:unit More...
 
   gen_chunk   _owner_callees_
 main:unit More...
 
   gen_chunk   _owner_callers_
 callees:unit More...
 
   gen_chunk   _owner_all_
 callers:unit More...
 
   gen_chunk   _owner_select_
 all:unit More...
 
   gen_chunk   _owner_compilation_unit_
 select:unit More...
 
_owner_union_
 

Detailed Description

Definition at line 129 of file makefile.h.

Field Documentation

◆ _owner_all_

gen_chunk _newgen_struct_owner_::_owner_all_

callers:unit

Definition at line 138 of file makefile.h.

◆ _owner_callees_

gen_chunk _newgen_struct_owner_::_owner_callees_

main:unit

Definition at line 136 of file makefile.h.

◆ _owner_callers_

gen_chunk _newgen_struct_owner_::_owner_callers_

callees:unit

Definition at line 137 of file makefile.h.

◆ _owner_compilation_unit_

gen_chunk _newgen_struct_owner_::_owner_compilation_unit_

select:unit

Definition at line 140 of file makefile.h.

◆ _owner_main_

gen_chunk _newgen_struct_owner_::_owner_main_

module:unit

Definition at line 135 of file makefile.h.

◆ _owner_module_

gen_chunk _newgen_struct_owner_::_owner_module_

program:unit

Definition at line 134 of file makefile.h.

◆ _owner_program_

gen_chunk _newgen_struct_owner_::_owner_program_

Definition at line 133 of file makefile.h.

◆ _owner_select_

gen_chunk _newgen_struct_owner_::_owner_select_

all:unit

Definition at line 139 of file makefile.h.

◆ _owner_tag__

enum owner_utype _newgen_struct_owner_::_owner_tag__

Definition at line 130 of file makefile.h.

◆ 

union { ... } _newgen_struct_owner_::_owner_union_

◆ _type_

intptr_t _newgen_struct_owner_::_type_

Definition at line 130 of file makefile.h.


The documentation for this struct was generated from the following file: