Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp148 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument
150 ResolvedSymbols, *InternalSymbols); in emit()
DCore.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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp155 std::map<StringRef, JITEvaluatedSymbol> ResolvedSymbols) { in emit() argument
157 ResolvedSymbols, *InternalSymbols); in emit()
DCore.cpp152 ResolvedSymbols[KV.first] = nullptr; in AsynchronousSymbolQuery()
157 auto I = ResolvedSymbols.find(Name); in notifySymbolMetRequiredState()
158 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState()
165 ResolvedSymbols.erase(I); in notifySymbolMetRequiredState()
177 TmpNotifyComplete(std::move(ResolvedSymbols)); in handleComplete()
181 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()
207 auto I = ResolvedSymbols.find(Name); in dropSymbol()
208 assert(I != ResolvedSymbols.end() && in dropSymbol()
210 ResolvedSymbols.erase(I); in dropSymbol()
215 ResolvedSymbols.clear(); in detach()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.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()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1157 JITSymbolResolver::LookupSet ResolvedSymbols; in resolveExternalSymbols() local
1165 !ResolvedSymbols.count(Name)) in resolveExternalSymbols()
1195 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols()
1197 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h732 assert(ResolvedSymbols.count(Name) && in dropSymbol()
734 ResolvedSymbols.erase(Name); in dropSymbol()
763 SymbolMap ResolvedSymbols; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h839 SymbolMap ResolvedSymbols; variable