Lines Matching refs:DWARFDebugLine
35 DWARFDebugLine::Parse(const DataExtractor& debug_line_data) in Parse()
62 DWARFDebugLine::ParseIfNeeded(const DataExtractor& debug_line_data) in ParseIfNeeded()
72 DWARFDebugLine::LineTable::shared_ptr
73 DWARFDebugLine::GetLineTable(const dw_offset_t offset) const in GetLineTable()
75 DWARFDebugLine::LineTable::shared_ptr line_table_shared_ptr; in GetLineTable()
87 DumpStateToFile (dw_offset_t offset, const DWARFDebugLine::State& state, void* userData) in DumpStateToFile()
90 if (state.row == DWARFDebugLine::State::StartParsingLineTable) in DumpStateToFile()
97 else if (state.row == DWARFDebugLine::State::DoneParsingLineTable) in DumpStateToFile()
111 DWARFDebugLine::DumpLineTableRows(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_off… in DumpLineTableRows()
134 DWARFDebugLine::DumpStatementTable(Log *log, const DataExtractor& debug_line_data, const dw_offset_… in DumpStatementTable()
157 DWARFDebugLine::DumpOpcodes(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset, u… in DumpOpcodes()
186 DWARFDebugLine::DumpStatementOpcodes(Log *log, const DataExtractor& debug_line_data, const dw_offse… in DumpStatementOpcodes()
389 DWARFDebugLine::Parse(const DataExtractor& debug_line_data, DWARFDebugLine::State::Callback callbac… in Parse()
404 DWARFDebugLine::ParsePrologue(const DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Pro… in ParsePrologue()
471 DWARFDebugLine::ParseSupportFiles (const lldb::ModuleSP &module_sp, in ParseSupportFiles()
573 DWARFDebugLine::ParseStatementTable in ParseStatementTable()
577 DWARFDebugLine::State::Callback callback, in ParseStatementTable()
849 ParseStatementTableCallback(dw_offset_t offset, const DWARFDebugLine::State& state, void* userData) in ParseStatementTableCallback()
851 DWARFDebugLine::LineTable* line_table = (DWARFDebugLine::LineTable*)userData; in ParseStatementTableCallback()
852 if (state.row == DWARFDebugLine::State::StartParsingLineTable) in ParseStatementTableCallback()
858 else if (state.row == DWARFDebugLine::State::DoneParsingLineTable) in ParseStatementTableCallback()
876 DWARFDebugLine::ParseStatementTable(const DataExtractor& debug_line_data, lldb::offset_t *offset_pt… in ParseStatementTable()
883 DWARFDebugLine::Prologue::IsValid() const in IsValid()
892 DWARFDebugLine::Prologue::Dump(Log *log) in Dump()
974 bool DWARFDebugLine::Prologue::GetFile(uint32_t file_idx, std::string& path, std::string& directory… in GetFile()
994 DWARFDebugLine::LineTable::Dump(Log *log) const in Dump()
1015 DWARFDebugLine::LineTable::AppendRow(const DWARFDebugLine::Row& state) in AppendRow()
1025 static bool FindMatchingAddress (const DWARFDebugLine::Row& row1, const DWARFDebugLine::Row& row2) in FindMatchingAddress()
1035 DWARFDebugLine::LineTable::LookupAddress(dw_addr_t address, dw_addr_t cu_high_pc) const in LookupAddress()
1042 DWARFDebugLine::Row row; in LookupAddress()
1076 DWARFDebugLine::Row::Row(bool default_is_stmt) : in Row()
1094 DWARFDebugLine::Row::PostAppend() in PostAppend()
1106 DWARFDebugLine::Row::Reset(bool default_is_stmt) in Reset()
1123 DWARFDebugLine::Row::Dump(Log *log) const in Dump()
1141 static bool AddressLessThan (const DWARFDebugLine::Row& a, const DWARFDebugLine::Row& b) in AddressLessThan()
1152 DWARFDebugLine::Row::Insert(Row::collection& state_coll, const Row& state) in Insert()
1191 DWARFDebugLine::Row::Dump(Log *log, const Row::collection& state_coll) in Dump()
1200 DWARFDebugLine::State::State(Prologue::shared_ptr& p, Log *l, DWARFDebugLine::State::Callback cb, v… in State()
1217 DWARFDebugLine::State::Reset() in Reset()
1226 DWARFDebugLine::State::AppendRowToMatrix(dw_offset_t offset) in AppendRowToMatrix()
1252 DWARFDebugLine::State::Finalize(dw_offset_t offset) in Finalize()