Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A 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
/minix/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A 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
H A DDWARFDebugLine.cpp172 DWARFDebugLine::LineTable::LineTable() { in LineTable() function in DWARFDebugLine::LineTable
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h646 LineTableInfo *LineTable; variable
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1921 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
H A DASTReader.cpp1034 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local