Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h302 const LineTable *getLineTable(uint64_t Offset) const;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp385 EXPECT_EQ(Line.getLineTable(0), nullptr);
386 EXPECT_EQ(Line.getLineTable(SecondOffset), nullptr);
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1568 LineTableInfo &getLineTable();
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp573 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp992 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2192 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
H A DASTReader.cpp1324 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()