Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h83 std::vector<LineTableEntry> findLineTable(uint16_t Modi) const;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp442 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable() function in SymbolCache
528 std::vector<LineTableEntry> Lines = findLineTable(Modi); in findLineNumbersByVA()
/external/llvm-project/lld/COFF/
DPDB.cpp1473 static bool findLineTable(const SectionChunk *c, uint32_t addr, in findLineTable() function
1564 if (!findLineTable(c, addr, cvStrTab, checksums, lines, offsetInLinetable)) in getFileLineCodeView()