Searched refs:ResolvedSymbols (Results 1 – 4 of 4) sorted by relevance
148 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument150 ResolvedSymbols, *InternalSymbols); in emit()
366 ResolvedSymbols[KV.first] = nullptr; in AsynchronousSymbolQuery()371 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()372 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()385 TmpNotifyComplete(std::move(ResolvedSymbols)); in handleComplete()391 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()417 ResolvedSymbols.clear(); in detach()
1141 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local1149 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()1179 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()1181 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
732 assert(ResolvedSymbols.count(Name) && in dropSymbol()734 ResolvedSymbols.erase(Name); in dropSymbol()763 SymbolMap ResolvedSymbols; variable