Home
last modified time | relevance | path

Searched refs:LineTableEntry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp442 std::vector<SymbolCache::LineTableEntry>
449 std::vector<LineTableEntry> &ModuleLineTable = LineTable[Modi]; in findLineTable()
460 std::vector<std::vector<LineTableEntry>> EntryList; in findLineTable()
478 std::vector<LineTableEntry> Entries; in findLineTable()
517 llvm::sort(EntryList, [](const std::vector<LineTableEntry> &LHS, in findLineTable()
518 const std::vector<LineTableEntry> &RHS) { in findLineTable()
533 std::vector<LineTableEntry> Lines = findLineTable(Modi); in findLineNumbersByVA()
539 auto LineIter = llvm::partition_point(Lines, [&](const LineTableEntry &E) { in findLineNumbersByVA()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h75 struct LineTableEntry { struct
83 std::vector<LineTableEntry> findLineTable(uint16_t Modi) const; argument
84 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable;