ROSE
0.11.22.0
|
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... | |
const char * stringify::SgAsmElfSectionTableEntry::SectionType | ( | int64_t | i | ) |
Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string.
Definition at line 52661 of file stringify.C.
Referenced by SectionType().
std::string stringify::SgAsmElfSectionTableEntry::SectionType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgAsmElfSectionTableEntry::SectionType enum constant to a string.
Definition at line 52687 of file stringify.C.
References SectionType().
const std::vector< int64_t > & stringify::SgAsmElfSectionTableEntry::SectionType | ( | ) |
Return all SgAsmElfSectionTableEntry::SectionType member values as a vector.
Definition at line 52696 of file stringify.C.
const char * stringify::SgAsmElfSectionTableEntry::SectionFlags | ( | int64_t | i | ) |
Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string.
Definition at line 52747 of file stringify.C.
Referenced by SectionFlags().
std::string stringify::SgAsmElfSectionTableEntry::SectionFlags | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgAsmElfSectionTableEntry::SectionFlags enum constant to a string.
Definition at line 52766 of file stringify.C.
References SectionFlags().
const std::vector< int64_t > & stringify::SgAsmElfSectionTableEntry::SectionFlags | ( | ) |
Return all SgAsmElfSectionTableEntry::SectionFlags member values as a vector.
Definition at line 52775 of file stringify.C.