Home
last modified time | relevance | path

Searched refs:ResolvedSymbols (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDRTDyldObjectLinkingLayer.cpp148 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument
150 ResolvedSymbols, *InternalSymbols); in emit()
HDCore.cpp366 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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp1141 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local
1149 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()
1179 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()
1181 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h732 assert(ResolvedSymbols.count(Name) && in dropSymbol()
734 ResolvedSymbols.erase(Name); in dropSymbol()
763 SymbolMap ResolvedSymbols; variable