Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1001 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local
1009 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()
1024 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()
1026 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp508 ResolvedSymbols[S] = nullptr; in AsynchronousSymbolQuery()
513 auto I = ResolvedSymbols.find(Name); in resolve()
514 assert(I != ResolvedSymbols.end() && in resolve()
525 NotifySymbolsResolved(std::move(ResolvedSymbols)); in handleFullyResolved()
547 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()
577 ResolvedSymbols.clear(); in detach()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h533 SymbolMap ResolvedSymbols; variable