GCC Middle and Back End API Reference
|
#include <optinfo.h>
Public Member Functions | |
optinfo_item (enum optinfo_item_kind kind, location_t location, char *text) | |
~optinfo_item () | |
enum optinfo_item_kind | get_kind () const |
location_t | get_location () const |
const char * | get_text () const |
Private Attributes | |
enum optinfo_item_kind | m_kind |
location_t | m_location |
char * | m_text |
An item within an optinfo.
optinfo_item::optinfo_item | ( | enum optinfo_item_kind | kind, |
location_t | location, | ||
char * | text ) |
optinfo_item's ctor. Takes ownership of TEXT.
|
inline |
References m_kind.
Referenced by optrecord_json_writer::optinfo_to_json().
|
inline |
References m_location.
Referenced by optrecord_json_writer::optinfo_to_json().
|
inline |
References m_text.
Referenced by dump_context::emit_item(), and optrecord_json_writer::optinfo_to_json().
|
private |
Referenced by get_kind().
|
private |
Referenced by get_location().
|
private |
Referenced by get_text(), and ~optinfo_item().