Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugLine.h163 struct LineTable { struct
166 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()
169 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
202 const LineTable *getLineTable(uint32_t offset) const; argument
214 struct LineTable *LineTable; member
DDWARFContext.cpp135 DWARFDebugLine::LineTable LineTable; in dump() local
147 DWARFDebugLine::LineTable LineTable; in dump() local
429 const DWARFLineTable *LineTable, in getFileNameForCompileUnit()
449 const DWARFLineTable *LineTable, in getFileLineInfoForCompileUnit()
499 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddress() local
525 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddressRange() local
556 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
DDWARFDebugLine.cpp172 DWARFDebugLine::LineTable::LineTable() { in LineTable() function in DWARFDebugLine::LineTable
/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/lldb/source/Symbol/
DLineTable.cpp24 LineTable::LineTable(CompileUnit* comp_unit) : in LineTable() function in LineTable
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp149 const ValueToLineMap LineTable; member in __anon3a73b98c0111::DIUpdater
/external/clang/include/clang/Basic/
DSourceManager.h646 LineTableInfo *LineTable; variable
/external/lldb/include/lldb/
Dlldb-forward.h107 class LineTable; variable
/external/clang/lib/Serialization/
DASTWriter.cpp1805 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp1018 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local