Home
last modified time | relevance | path

Searched refs:DWARFDebugLine (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp20 DWARFDebugLine::Prologue::Prologue() { in Prologue()
24 void DWARFDebugLine::Prologue::clear() { in clear()
34 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse()
134 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row()
138 void DWARFDebugLine::Row::postAppend() { in postAppend()
144 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
158 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump()
169 DWARFDebugLine::Sequence::Sequence() { in Sequence()
173 void DWARFDebugLine::Sequence::reset() { in reset()
[all …]
DCMakeLists.txt11 DWARFDebugLine.cpp
DAndroid.mk13 DWARFDebugLine.cpp \
DDWARFContext.cpp28 typedef DWARFDebugLine::LineTable DWARFLineTable;
157 DWARFDebugLine::LineTable LineTable; in dump()
179 DWARFDebugLine::LineTable LineTable; in dump()
376 Line.reset(new DWARFDebugLine(&getLineSection().Relocs)); in getLineTableForUnit()
502 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h24 class DWARFDebugLine {
26 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine() function
177 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()
180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
219 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &seq,
DDWARFContext.h49 std::unique_ptr<DWARFDebugLine> Line;
175 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp552 std::vector<DWARFDebugLine::Row> &Rows,
884 std::vector<DWARFDebugLine::Row> &Rows, in emitLineTableForUnit()
2877 static void insertLineSequence(std::vector<DWARFDebugLine::Row> &Seq, in insertLineSequence()
2878 std::vector<DWARFDebugLine::Row> &Rows) { in insertLineSequence()
2890 [](const DWARFDebugLine::Row &LHS, const DWARFDebugLine::Row &RHS) { in insertLineSequence()
2935 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit()
2944 std::vector<DWARFDebugLine::Row> NewRows; in patchLineTableForUnit()
2949 std::vector<DWARFDebugLine::Row> Seq; in patchLineTableForUnit()