Home
last modified time | relevance | path

Searched refs:getLineTable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h309 const LineTable *getLineTable(uint64_t Offset) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp266 return getLineTable().getLineTableFilenameID(Name); in getLineTableFilenameID()
288 (void) getLineTable(); in AddLineNote()
300 LineTableInfo &SourceManager::getLineTable() { in getLineTable() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1549 LineTableInfo &getLineTable();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp573 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp954 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2083 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
H A DASTReader.cpp1276 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()