P4C
The P4 Compiler
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
AsmStage Class Reference
Inheritance diagram for AsmStage:
[legend]

Public Member Functions

void process ()
 optionally process the data if not done during parsing
 
void reset ()
 
void reset_stage (Stage &stage)
 

Static Public Member Functions

static int numstages ()
 
static std::vector< Stage > & stages (gress_t gress)
 
- Static Public Member Functions inherited from Section
static void asm_section (char *name, VECTOR(value_t) args, value_t data)
 
static bool no_sections_in_assembly ()
 
static void output_all (json::map &ctxtJson)
 
static void process_all ()
 
static bool section_in_assembly (const char *name)
 
static int start_section (int lineno, char *name, VECTOR(value_t) args)
 
static Sectiontest_get (const char *name)
 

Additional Inherited Members

- Protected Member Functions inherited from Section
 Section (const char *name_)
 

Member Function Documentation

◆ process()

void AsmStage::process ( )
virtual

optionally process the data if not done during parsing

Reimplemented from Section.