GCC Middle and Back End API Reference
|
#include <dumpfile.h>
Public Member Functions | |
dump_impl_location_t (const char *file=__FILE__, int line=__LINE__, const char *function=NULL) | |
Data Fields | |
const char * | m_file |
int | m_line |
const char * | m_function |
A class for identifying where in the compiler's own source (or a plugin) that a dump message is being emitted from.
|
inline |
const char* dump_impl_location_t::m_file |
Referenced by optrecord_json_writer::impl_location_to_json().
const char* dump_impl_location_t::m_function |
Referenced by optrecord_json_writer::impl_location_to_json().
int dump_impl_location_t::m_line |
Referenced by optrecord_json_writer::impl_location_to_json().