Searched refs:is_terminal_entry (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Symbol/
H A DLineEntry.cpp26 is_terminal_entry(0)
52 is_terminal_entry(_is_terminal_entry)
67 is_terminal_entry = 0;
144 if (is_terminal_entry)
145 *s << ", is_terminal_entry = TRUE";
188 if (is_terminal_entry)
189 *s << ", is_terminal_entry = TRUE";
193 if (is_terminal_entry)
229 if (a.is_terminal_entry > b.is_terminal_entry)
[all...]
H A DLineTable.cpp48 bool is_terminal_entry
51 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry);
93 bool is_terminal_entry
98 Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_prologue_end, is_epilogue_begin, is_terminal_entry);
132 assert(prev_pos->is_terminal_entry);
150 LT_COMPARE (b.is_terminal_entry, a.is_terminal_entry);
209 // entries with the "is_terminal_entry" member set to true
212 if (pos->is_terminal_entry)
234 prev_pos->is_terminal_entry
[all...]
/external/lldb/include/lldb/Symbol/
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
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

Completed in 164 milliseconds