Searched refs:NewSymbols (Results 1 – 9 of 9) sorted by relevance
42 SymbolMap NewSymbols; in tryToGenerate() local56 NewSymbols[KV.first] = in tryToGenerate()62 if (NewSymbols.empty()) in tryToGenerate()66 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
240 orc::SymbolMap NewSymbols; in tryToGenerate() local259 NewSymbols[Name] = JITEvaluatedSymbol( in tryToGenerate()265 if (NewSymbols.empty()) in tryToGenerate()268 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
220 orc::SymbolMap NewSymbols; in tryToGenerate() local239 NewSymbols[Name] = JITEvaluatedSymbol( in tryToGenerate()245 if (NewSymbols.empty()) in tryToGenerate()248 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
82 auto AddSymbols = [&](ArrayRef<SymbolAndSignals> NewSymbols) { in Merge() argument85 for (const auto &Symbol : NewSymbols) { in Merge()
19 void Object::addSymbols(ArrayRef<Symbol> NewSymbols) { in addSymbols() argument20 for (Symbol S : NewSymbols) { in addSymbols()
118 void addSymbols(ArrayRef<Symbol> NewSymbols);
39 const SymbolInfo::SignalMap &NewSymbols) override { in reportSymbols() argument40 for (const auto &Entry : NewSymbols) in reportSymbols()
1144 JITSymbolResolver::LookupSet NewSymbols; in resolveExternalSymbols() local1150 NewSymbols.insert(Name); in resolveExternalSymbols()1153 if (NewSymbols.empty()) in resolveExternalSymbols()1165 Resolver.lookup(NewSymbols, in resolveExternalSymbols()1175 assert(NewResolverResults->size() == NewSymbols.size() && in resolveExternalSymbols()
1160 JITSymbolResolver::LookupSet NewSymbols; in resolveExternalSymbols() local1166 NewSymbols.insert(Name); in resolveExternalSymbols()1169 if (NewSymbols.empty()) in resolveExternalSymbols()1181 Resolver.lookup(NewSymbols, in resolveExternalSymbols()1191 assert(NewResolverResults->size() == NewSymbols.size() && in resolveExternalSymbols()