Searched defs:is_terminal_entry (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DLineEntry.h155 is_terminal_entry:1; ///< Indicates this entry is that of the first byte after the end of a sequence of target machine instructions. member in struct:lldb_private::LineEntry
H A DLineTable.h86 bool is_terminal_entry);
104 bool is_terminal_entry);
284 is_terminal_entry (false)
305 is_terminal_entry (_is_terminal_entry)
323 is_terminal_entry = false;
340 SCALAR_COMPARE (rhs.is_terminal_entry, lhs.is_terminal_entry);
372 is_terminal_entry:1; ///< Indicates this entry is that of the first byte after the end of a sequence of target machine instructions. member in struct:lldb_private::LineTable::Entry

Completed in 258 milliseconds