Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h339 LLVM_ABI const LineTable *getLineTable(uint64_t Offset) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp260 return getLineTable().getLineTableFilenameID(Name); in getLineTableFilenameID()
282 (void) getLineTable(); in AddLineNote()
294 LineTableInfo &SourceManager::getLineTable() { in getLineTable() function in SourceManager
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1610 LineTableInfo &getLineTable();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp595 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable() function in DWARFDebugLine
H A DDWARFContext.cpp411 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2491 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock()
H A DASTReader.cpp1584 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11572 {"_ZN5clang13SourceManager12getLineTableEv", "clang::SourceManager::getLineTable()"},