Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h310 const LineTable *getLineTable(uint64_t Offset) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp274 return getLineTable().getLineTableFilenameID(Name); in getLineTableFilenameID()
296 (void) getLineTable(); in AddLineNote()
308 LineTableInfo &SourceManager::getLineTable() { in getLineTable() function in SourceManager
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1599 LineTableInfo &getLineTable();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp596 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp413 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2415 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
H A DASTReader.cpp1406 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()