Home
last modified time | relevance | path

Searched refs:findLineTable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h90 std::vector<LineTableEntry> findLineTable(uint16_t Modi) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp452 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable() function in SymbolCache
542 std::vector<LineTableEntry> Lines = findLineTable(Modi); in findLineNumbersByVA()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1756 static bool findLineTable(const SectionChunk *c, uint32_t addr, in findLineTable() function
1847 if (!findLineTable(c, addr, cvStrTab, checksums, lines, offsetInLinetable)) in getFileLineCodeView()