A simple container for a fileno:linenr location. More...
#include <symbol.h>

Public Member Functions | |
| file_location () | |
| bool | operator< (file_location const &rhs) const |
Public Attributes | |
| 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.
| file_location::file_location | ( | ) | [inline] |
| bool file_location::operator< | ( | file_location const & | rhs | ) | const [inline] |
empty if not valid.
Referenced by sample_container::accumulate_samples(), symbol_container::find(), and operator<().
| unsigned int file_location::linenr |
0 means invalid or code is generated internally by the compiler
Referenced by sample_container::accumulate_samples(), symbol_container::find(), and operator<().
1.6.1