Searched refs:DWARFDebugLine (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFDebugLine.cpp | 19 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump() 53 void DWARFDebugLine::Row::postAppend() { in postAppend() 59 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() 72 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump() 83 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const { in dump() 96 DWARFDebugLine::State::~State() {} in ~State() 98 void DWARFDebugLine::State::appendRowToMatrix(uint32_t offset) { in appendRowToMatrix() 118 void DWARFDebugLine::State::finalize() { in finalize() 136 DWARFDebugLine::DumpingState::~DumpingState() {} in ~DumpingState() 138 void DWARFDebugLine::DumpingState::finalize() { in finalize() [all …]
|
| HD | DWARFDebugLine.h | 23 class DWARFDebugLine { 25 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine() function 167 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow() 168 void appendSequence(const DWARFDebugLine::Sequence &sequence) { in appendSequence()
|
| HD | DWARFContext.cpp | 24 typedef DWARFDebugLine::LineTable DWARFLineTable; 110 DWARFDebugLine::DumpingState state(OS); in dump() 111 DWARFDebugLine::parseStatementTable(lineData, &getLineSection().Relocs, &stmtOffset, state); in dump() 262 Line.reset(new DWARFDebugLine(&getLineSection().Relocs)); in getLineTableForCompileUnit() 406 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() 491 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
|
| HD | DWARFContext.h | 36 OwningPtr<DWARFDebugLine> Line; 128 const DWARFDebugLine::LineTable *
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugLine.cpp | 35 DWARFDebugLine::Parse(const DWARFDataExtractor& debug_line_data) in Parse() 62 DWARFDebugLine::ParseIfNeeded(const DWARFDataExtractor& 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 DWARFDataExtractor& debug_line_data, const dw_of… in DumpStatementTable() [all …]
|
| HD | DWARFDebugLine.h | 28 class DWARFDebugLine 143 void AppendRow(const DWARFDebugLine::Row& state); 202 …static void Parse(const lldb_private::DWARFDataExtractor& debug_line_data, DWARFDebugLine::State::… 205 DWARFDebugLine() : in DWARFDebugLine() function
|
| HD | SymbolFileDWARF.h | 55 class DWARFDebugLine; variable 586 std::unique_ptr<DWARFDebugLine> m_line;
|
| HD | SymbolFileDWARF.cpp | 1179 …return DWARFDebugLine::ParseSupportFiles(sc.comp_unit->GetModule(), get_debug_line_data(), cu_comp… in ParseCompileUnitSupportFiles() 1195 ParseDWARFLineTableCallback(dw_offset_t offset, const DWARFDebugLine::State& state, void* userData) in ParseDWARFLineTableCallback() 1197 if (state.row == DWARFDebugLine::State::StartParsingLineTable) in ParseDWARFLineTableCallback() 1201 else if (state.row == DWARFDebugLine::State::DoneParsingLineTable) in ParseDWARFLineTableCallback() 1259 …DWARFDebugLine::ParseStatementTable(get_debug_line_data(), &offset, ParseDWARFLineTableCallback, &… in ParseCompileUnitLineTable()
|
| /trueos/lib/clang/libllvmdebuginfo/ |
| HD | Makefile | 17 DWARFDebugLine.cpp \
|
| /trueos/lib/clang/liblldbPluginSymbolFileDWARF/ |
| HD | Makefile | 16 DWARFDebugLine.cpp \
|