ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Partitioner::FunctionStart Struct Reference

Information about each function starting address. More...

#include <Partitioner.h>

Collaboration diagram for Partitioner::FunctionStart:

Public Member Functions

 FunctionStart (unsigned reason, std::string name)
 

Public Attributes

unsigned reason
 
std::string name
 SgAsmFunction::FunctionReason bit flags. More...
 

Detailed Description

Information about each function starting address.

Deprecated:
This data type is used only for backward compatibility by detectFunctions(). It has been replaced by Partitioner::Function, which is capable of describing noncontiguous functions.

Definition at line 394 of file Partitioner.h.

Constructor & Destructor Documentation

Partitioner::FunctionStart::FunctionStart ( unsigned  reason,
std::string  name 
)
inline

Definition at line 395 of file Partitioner.h.

Member Data Documentation

unsigned Partitioner::FunctionStart::reason

Definition at line 396 of file Partitioner.h.

std::string Partitioner::FunctionStart::name

SgAsmFunction::FunctionReason bit flags.

Definition at line 397 of file Partitioner.h.


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