Home
last modified time | relevance | path

Searched defs:LineTable (Results 1 – 8 of 8) 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h129 struct LineTable { struct
143 struct State : public Row, public LineTable { argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp164 DWARFDebugLine::LineTable LineTable; in dump() local
186 DWARFDebugLine::LineTable LineTable; in dump() local
484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local
511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
542 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
DDWARFDebugLine.cpp173 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/external/clang/include/clang/Basic/
DSourceManager.h647 LineTableInfo *LineTable; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2992 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/external/clang/lib/Serialization/
DASTWriter.cpp2064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp1074 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local