Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
config_platform.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PLATFORM_OPTIONS

Defines

#define POPTS_id(p)   ((p)->id)
#define POPTS_name(p)   ((p)->name)
#define POPTS_pname(p)   ((p)->pname)
#define POPTS_processor(p)   ((p)->processor)
#define POPTS_nickname(p)   ((p)->nickname)

Enumerations

enum  PLATFORM { IP0, IP_END }
enum  PROCESSOR { PROC_NONE, PROC_ITANIUM }

Functions

PLATFORM_OPTIONSGet_Platform_Options (char *name)

Variables

PLATFORM Platform

Define Documentation

#define POPTS_id (   p)    ((p)->id)

Definition at line 97 of file config_platform.h.

Referenced by Configure_Platform().

#define POPTS_name (   p)    ((p)->name)

Definition at line 98 of file config_platform.h.

#define POPTS_nickname (   p)    ((p)->nickname)

Definition at line 101 of file config_platform.h.

#define POPTS_pname (   p)    ((p)->pname)

Definition at line 99 of file config_platform.h.

Referenced by Configure_Platform().

#define POPTS_processor (   p)    ((p)->processor)

Definition at line 100 of file config_platform.h.


Enumeration Type Documentation

enum PLATFORM
Enumerator:
IP0 
IP_END 

Definition at line 74 of file config_platform.h.

enum PROCESSOR
Enumerator:
PROC_NONE 
PROC_ITANIUM 

Definition at line 80 of file config_platform.h.


Function Documentation

Definition at line 82 of file config_platform.c.

References PLATFORM_OPTIONS::id, IP_END, NULL, and ux_strcasecmp().

Referenced by Configure_Platform().

Here is the call graph for this function:


Variable Documentation

Definition at line 68 of file config_platform.c.

Referenced by Configure_Platform().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines