Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h310 const LineTable *getLineTable(uint64_t Offset) const;
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1595 LineTableInfo &getLineTable();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp580 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp412 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2287 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
H A DASTReader.cpp1365 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()