Searched refs:ResolvedSymbols (Results 1 – 4 of 4) sorted by relevance
154 ResolvedSymbols[KV.first] = nullptr; in AsynchronousSymbolQuery()159 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()160 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()167 ResolvedSymbols.erase(I); in notifySymbolMetRequiredState()179 RunQueryCompleteTask(SymbolMap ResolvedSymbols, in handleComplete() argument181 : ResolvedSymbols(std::move(ResolvedSymbols)), in handleComplete()184 OS << "Execute query complete callback for " << ResolvedSymbols; in handleComplete()186 void run() override { NotifyComplete(std::move(ResolvedSymbols)); } in handleComplete()189 SymbolMap ResolvedSymbols; in handleComplete() member in llvm::orc::AsynchronousSymbolQuery::handleComplete::RunQueryCompleteTask193 auto T = std::make_unique<RunQueryCompleteTask>(std::move(ResolvedSymbols), in handleComplete()[all …]
159 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument161 ResolvedSymbols, *InternalSymbols); in emit()
1148 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local1156 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()1186 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()1188 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
840 SymbolMap ResolvedSymbols; variable