Searched refs:NewSymbols (Results 1 – 2 of 2) sorted by relevance
218 orc::SymbolMap NewSymbols; in operator ()() local232 NewSymbols[Name] = JITEvaluatedSymbol( in operator ()()241 if (!NewSymbols.empty()) in operator ()()242 cantFail(V.define(absoluteSymbols(std::move(NewSymbols)))); in operator ()()
1004 JITSymbolResolver::LookupSet NewSymbols; in resolveExternalSymbols() local1010 NewSymbols.insert(Name); in resolveExternalSymbols()1013 if (NewSymbols.empty()) in resolveExternalSymbols()1016 auto NewResolverResults = Resolver.lookup(NewSymbols); in resolveExternalSymbols()1020 assert(NewResolverResults->size() == NewSymbols.size() && in resolveExternalSymbols()