Lines Matching defs:Symbols
23 void lookup(const LookupSet &Symbols, OnResolvedFunction OnResolved) override {
28 for (auto &S : Symbols)
57 Expected<LookupSet> getResponsibilitySet(const LookupSet &Symbols) override {
61 if (Symbols.count(*KV.first))
229 SymbolMap Symbols;
306 // Scan the symbols and add them to the Symbols map for resolution.
330 Symbols[InternedName] = {ExecutorAddr(KV.second.getAddress()), Flags};
341 Symbols.erase(KV.first);
344 if (auto Err = R.notifyResolved(Symbols)) {
369 SDG.Symbols.insert(Sym);