Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugLine.h166 struct LineTable { struct
167 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow()
168 void appendSequence(const DWARFDebugLine::Sequence &sequence) { in appendSequence()
171 void clear() { in clear()
202 struct State : public Row, public Sequence, public LineTable { argument
DDWARFContext.cpp295 const DWARFLineTable *LineTable, in getFileNameForCompileUnit()
317 const DWARFLineTable *LineTable, in getFileLineInfoForCompileUnit()
360 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddress() local
404 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddressRange() local
442 const DWARFLineTable *LineTable = 0; in getInliningInfoForAddress() local
/external/clang/include/clang/Basic/
DSourceManager.h631 LineTableInfo *LineTable; variable
/external/clang/lib/Serialization/
DASTWriter.cpp1743 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp757 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local