Home
last modified time | relevance | path

Searched defs:LineStateMachine (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Ddwarf_reader.cc1534 struct LineStateMachine struct
1536 int file_num;
1537 uint64_t address;
1538 int line_num;
1539 int column_num;
1540 unsigned int shndx; // the section address refers to
1541 bool is_stmt; // stmt means statement.
1542 bool basic_block;
1543 bool end_sequence;
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwarf_reader.cc1519 struct LineStateMachine struct
1521 int file_num;
1522 uint64_t address;
1523 int line_num;
1524 int column_num;
1525 unsigned int shndx; // the section address refers to
1526 bool is_stmt; // stmt means statement.
1527 bool basic_block;
1528 bool end_sequence;