Searched defs:is_epilogue_begin (Results 1 - 3 of 3) sorted by relevance
/external/lldb/include/lldb/Symbol/ |
H A D | LineEntry.h | 154 is_epilogue_begin:1, ///< Indicates this entry is one (of possibly many) where execution should be suspended for an exit breakpoint of a function. member in struct:lldb_private::LineEntry
|
H A D | LineTable.h | 85 bool is_epilogue_begin, 103 bool is_epilogue_begin, 283 is_epilogue_begin (false), 304 is_epilogue_begin (_is_epilogue_begin), 322 is_epilogue_begin = false; 338 SCALAR_COMPARE (lhs.is_epilogue_begin, rhs.is_epilogue_begin); 371 is_epilogue_begin:1, ///< Indicates this entry is one (of possibly many) where execution should be suspended for an exit breakpoint of a function. member in struct:lldb_private::LineTable::Entry
|
/external/lldb/source/Symbol/ |
H A D | LineTable.cpp | 47 bool is_epilogue_begin, 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); 92 bool is_epilogue_begin, 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); 157 LT_COMPARE (a.is_epilogue_begin, b.is_epilogue_begin); 280 line_entry.is_epilogue_begin = entry.is_epilogue_begin; 38 InsertLineEntry( lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry ) argument 82 AppendLineEntryToSequence( LineSequence* sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry ) argument
|
Completed in 308 milliseconds