A simple container for a fileno:linenr location. More...
#include <symbol.h>
Public Member Functions | |
file_location () | |
bool | operator< (file_location const &rhs) const |
Data Fields | |
debug_name_id | filename |
empty if not valid. | |
unsigned int | linenr |
0 means invalid or code is generated internally by the compiler |
A simple container for a fileno:linenr location.
Definition at line 35 of file symbol.h.
bool file_location::operator< | ( | file_location const & | rhs | ) | const [inline] |
empty if not valid.
Definition at line 38 of file symbol.h.
Referenced by sample_container::accumulate_samples(), profile_container::add_samples(), symbol_container::find(), and operator<().
unsigned int file_location::linenr |
0 means invalid or code is generated internally by the compiler
Definition at line 40 of file symbol.h.
Referenced by sample_container::accumulate_samples(), profile_container::add_samples(), symbol_container::find(), and operator<().