Searched refs:ResolvedSymbols (Results 1 – 4 of 4) sorted by relevance
171 ResolvedSymbols[KV.first] = ExecutorSymbolDef(); in AsynchronousSymbolQuery()176 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()177 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()185 ResolvedSymbols.erase(I); in notifySymbolMetRequiredState()197 RunQueryCompleteTask(SymbolMap ResolvedSymbols, in handleComplete() argument199 : ResolvedSymbols(std::move(ResolvedSymbols)), in handleComplete()207 SymbolMap ResolvedSymbols; in handleComplete() member in llvm::orc::AsynchronousSymbolQuery::handleComplete::RunQueryCompleteTask244 auto I = ResolvedSymbols.find(Name); in dropSymbol()245 assert(I != ResolvedSymbols.end() && in dropSymbol()247 ResolvedSymbols.erase(I); in dropSymbol()[all …]
195 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument197 ResolvedSymbols, *InternalSymbols); in emit()
1167 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local1175 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()1205 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()1207 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
882 SymbolMap ResolvedSymbols; variable