Searched refs:ResolvedSymbols (Results 1 – 4 of 4) sorted by relevance
169 ResolvedSymbols[KV.first] = nullptr; in AsynchronousSymbolQuery()174 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()175 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()182 ResolvedSymbols.erase(I); in notifySymbolMetRequiredState()194 RunQueryCompleteTask(SymbolMap ResolvedSymbols, in handleComplete() argument196 : ResolvedSymbols(std::move(ResolvedSymbols)), in handleComplete()204 SymbolMap ResolvedSymbols; in handleComplete() member in llvm::orc::AsynchronousSymbolQuery::handleComplete::RunQueryCompleteTask241 auto I = ResolvedSymbols.find(Name); in dropSymbol()242 assert(I != ResolvedSymbols.end() && in dropSymbol()244 ResolvedSymbols.erase(I); in dropSymbol()[all …]
159 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument161 ResolvedSymbols, *InternalSymbols); in emit()
1171 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local1179 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()1209 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()1211 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
878 SymbolMap ResolvedSymbols; variable