Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp94 void notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext
141 if (auto Err = MR.notifyResolved(InternedResult)) { in notifyResolved()
DLazyReexports.cpp189 cantFail(R.notifyResolved(Stubs)); in materialize()
DRTDyldObjectLinkingLayer.cpp232 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
DIndirectionUtils.cpp41 cantFail(R.notifyResolved(Result)); in materialize()
DCore.cpp439 Error MaterializationResponsibility::notifyResolved(const SymbolMap &Symbols) { in notifyResolved() function in llvm::orc::MaterializationResponsibility
563 cantFail(R.notifyResolved(Symbols)); in materialize()
712 if (auto Err = QueryInfo->R.notifyResolved(ResolutionMap)) { in materialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp62 Ctx->notifyResolved(*G); in linkPhase1()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h478 Error notifyResolved(const SymbolMap &Symbols);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1261 virtual void notifyResolved(LinkGraph &G) = 0;