Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dline_state_machine.h40 struct LineStateMachine { struct
41 void Reset(bool default_is_stmt) { in Reset()
51 uint32_t file_num;
52 uint64_t address;
53 uint32_t line_num;
54 uint32_t column_num;
55 bool is_stmt; // stmt means statement.
56 bool basic_block;
57 bool end_sequence;