Typedefs | Functions

proc_properties_gen.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct proc_propertyPROC_PROPERTY

Functions

void PROC_Properties_Begin (const char *archname)
PROC_PROPERTY PROC_Property_Create (const char *name)
void Processor_Group (PROC_PROPERTY property,...)
void PROC_Properties_End (void)

Typedef Documentation

typedef struct proc_property* PROC_PROPERTY

Definition at line 65 of file proc_properties_gen.h.


Function Documentation

void PROC_Properties_Begin ( const char *  archname  ) 

Definition at line 100 of file proc_properties_gen.cxx.

Referenced by main().

void PROC_Properties_End ( void   ) 

Definition at line 143 of file proc_properties_gen.cxx.

References BIT_ALWAYS_TRUE, cfile, code, efile, Emit_Footer(), Emit_Header(), fprintf(), hfile, interface, and properties.

Referenced by main().

Here is the call graph for this function:

PROC_PROPERTY PROC_Property_Create ( const char *  name  ) 

Definition at line 108 of file proc_properties_gen.cxx.

References proc_property::members, proc_property::name, proc_property_count, properties, and result.

Referenced by main().

void Processor_Group ( PROC_PROPERTY  property,
  ... 
)

Definition at line 126 of file proc_properties_gen.cxx.

Referenced by main().