ROSE  0.11.145.0
Functions
stringify::SgAsmElfSectionTableEntry Namespace Reference

Description

Stringification.

Functions

const char * SectionType (int64_t)
 Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string. More...
 
std::string SectionType (int64_t, const std::string &strip)
 Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string. More...
 
const std::vector< int64_t > & SectionType ()
 Return all SgAsmElfSectionTableEntry::SectionType member values as a vector. More...
 
const char * SectionFlags (int64_t)
 Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string. More...
 
std::string SectionFlags (int64_t, const std::string &strip)
 Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string. More...
 
const std::vector< int64_t > & SectionFlags ()
 Return all SgAsmElfSectionTableEntry::SectionFlags member values as a vector. More...
 

Function Documentation

const char* stringify::SgAsmElfSectionTableEntry::SectionType ( int64_t  )

Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string.

std::string stringify::SgAsmElfSectionTableEntry::SectionType ( int64_t  ,
const std::string &  strip 
)

Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string.

const std::vector<int64_t>& stringify::SgAsmElfSectionTableEntry::SectionType ( )

Return all SgAsmElfSectionTableEntry::SectionType member values as a vector.

const char* stringify::SgAsmElfSectionTableEntry::SectionFlags ( int64_t  )

Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string.

std::string stringify::SgAsmElfSectionTableEntry::SectionFlags ( int64_t  ,
const std::string &  strip 
)

Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string.

const std::vector<int64_t>& stringify::SgAsmElfSectionTableEntry::SectionFlags ( )

Return all SgAsmElfSectionTableEntry::SectionFlags member values as a vector.