Searched refs:ResolvedSymbols (Results 1 – 8 of 8) 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()
155 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument157 ResolvedSymbols, *InternalSymbols); in emit()
152 ResolvedSymbols[KV.first] = nullptr; in AsynchronousSymbolQuery()157 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()158 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()165 ResolvedSymbols.erase(I); in notifySymbolMetRequiredState()177 TmpNotifyComplete(std::move(ResolvedSymbols)); in handleComplete()181 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()207 auto I = ResolvedSymbols.find(Name); in dropSymbol()208 assert(I != ResolvedSymbols.end() && in dropSymbol()210 ResolvedSymbols.erase(I); in dropSymbol()215 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()
1157 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local1165 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()1195 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()1197 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
732 assert(ResolvedSymbols.count(Name) && in dropSymbol()734 ResolvedSymbols.erase(Name); in dropSymbol()763 SymbolMap ResolvedSymbols; variable
839 SymbolMap ResolvedSymbols; variable