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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h310 const LineTable *getLineTable(uint64_t Offset) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp304 return getLineTable().getLineTableFilenameID(Name);
326 (void) getLineTable();
338 LineTableInfo &SourceManager::getLineTable() { function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1557 LineTableInfo &getLineTable();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp482 DWARFDebugLine::getLineTable(uint64_t Offset) const { function in class:DWARFDebugLine
H A DDWARFContext.cpp891 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2027 LineTableInfo &LineTable = SourceMgr.getLineTable();
H A DASTReader.cpp1272 LineTableInfo &LineTable = SourceMgr.getLineTable();

Completed in 495 milliseconds