Home
last modified time | relevance | path

Searched defs:LineTable (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h163 struct LineTable { struct
166 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()
169 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
208 const LineTable *getLineTable(uint32_t offset) const; argument
220 struct LineTable *LineTable; member
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h165 struct LineTable struct
167 typedef std::shared_ptr<LineTable> shared_ptr; argument
169 LineTable() : in LineTable() argument
199 StartParsingLineTable = 0, argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp149 DWARFDebugLine::LineTable LineTable; in dump() local
161 DWARFDebugLine::LineTable LineTable; in dump() local
412 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local
439 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
470 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
DDWARFDebugLine.cpp172 DWARFDebugLine::LineTable::LineTable() { in LineTable() function in DWARFDebugLine::LineTable
/external/lldb/source/Symbol/
DLineTable.cpp24 LineTable::LineTable(CompileUnit* comp_unit) : in LineTable() function in LineTable
/external/lldb/include/lldb/
Dlldb-forward.h107 class LineTable; variable
/external/clang/include/clang/Basic/
DSourceManager.h632 LineTableInfo *LineTable; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2309 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/external/clang/lib/Serialization/
DASTWriter.cpp1936 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp1067 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local