Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h97 using EntriesMap = MapVector<InlinedEntity, Entries>; variable
100 EntriesMap VarEntries;
121 EntriesMap::const_iterator begin() const { return VarEntries.begin(); } in begin()
122 EntriesMap::const_iterator end() const { return VarEntries.end(); } in end()