Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h171 struct LineTable { struct
175 const uint32_t UnknownRowIndex = UINT32_MAX;
177 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()
180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
223 const LineTable *getLineTable(uint32_t offset) const; argument
235 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() function
199 StartParsingLineTable = 0, argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp157 DWARFDebugLine::LineTable LineTable; in dump() local
179 DWARFDebugLine::LineTable LineTable; in dump() local
466 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local
493 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
524 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
DDWARFDebugLine.cpp181 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/clang/include/clang/Basic/
DSourceManager.h648 LineTableInfo *LineTable; variable
/external/lldb/include/lldb/
Dlldb-forward.h107 class LineTable; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2935 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/external/clang/lib/Serialization/
DASTWriter.cpp1985 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp1064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local