Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:Entries

42   std::vector<Entry> Entries;
43 Entries.reserve(Symbols.getNumItems());
45 Entries.push_back(std::make_pair(Sym.getKey(), Sym.getValue()));
47 Entries.begin(), Entries.end(),
49 for (const auto &Sym : Entries) {
133 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries;
149 io.mapRequired("symbols", Norm->Entries);
203 Entries.reserve(Obj.Symbols.size());
205 Entries.push_back(std::make_pair(Entry.getKey(), Entry.getValue()));
238 for (auto &Entry : Entries) {