Home
last modified time | relevance | path

Searched refs:getExecutionSession (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup()
93 auto &ES = getExecutionSession(); in emit()
98 getExecutionSession().reportError(Obj.takeError()); in emit()
195 auto &ES = getExecutionSession(); in onObjLoad()
233 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
278 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
284 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
306 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
315 getExecutionSession().runSessionLocked([&] { in handleRemoveResources()
DObjectLinkingLayer.cpp49 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
60 auto &ES = Layer.getExecutionSession(); in lookup()
103 auto &ES = Layer.getExecutionSession(); in notifyResolved()
203 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
208 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
240 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols()
257 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
265 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies()
393 auto &ES = Layer.getExecutionSession(); in computeLocalDeps()
459 getExecutionSession().deregisterResourceManager(*this); in ~ObjectLinkingLayer()
[all …]
DCompileOnDemandLayer.cpp134 auto &ES = getExecutionSession(); in emit()
170 getExecutionSession().reportError(std::move(Err)); in emit()
178 getExecutionSession().reportError(std::move(Err)); in emit()
190 getExecutionSession().createBareJITDylib(TargetD.getName() + ".impl"); in getPerDylibResources()
267 auto &ES = getExecutionSession(); in emitPartition()
301 getExecutionSession().reportError(std::move(Err)); in emitPartition()
DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon266705120111::GenericLLVMIRPlatformSupport
254 getExecutionSession().runSessionLocked([&]() { in registerInitFunc()
268 getExecutionSession().runSessionLocked([&]() { in getInitializers()
290 auto &ES = getExecutionSession(); in getInitializers()
311 auto &ES = getExecutionSession(); in getDeinitializers()
372 getExecutionSession().runSessionLocked([&]() { in issueInitLookups()
384 return Platform::lookupInitSymbols(getExecutionSession(), in issueInitLookups()
471 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); in operator ()()
591 auto &ES = J.getExecutionSession(); in deinitialize()
[all …]
DLayer.cpp115 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard()
131 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit()
146 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize()
175 getObjectSymbolInfo(L.getExecutionSession(), O->getMemBufferRef()); in Create()
DLazyReexports.cpp171 R->getExecutionSession().reportError(std::move(Err)); in materialize()
187 SourceJD.getExecutionSession().reportError( in materialize()
201 SourceJD.getExecutionSession().reportError(std::move(Err)); in materialize()
DIRTransformLayer.cpp28 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
DObjectTransformLayer.cpp31 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError()); in emit()
DCore.cpp46 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
51 return getJITDylib().getExecutionSession().removeResourceTracker(*this); in remove()
55 getJITDylib().getExecutionSession().transferResourceTracker(DstRT, *this); in transferTo()
265 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize()
393 auto &ES = QueryInfo->R->getTargetJITDylib().getExecutionSession(); in materialize()
449 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
501 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
528 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
557 auto Flags = JD.getExecutionSession().lookupFlags( in tryToGenerate()
584 auto &ES = IPLS->SearchOrder.begin()->first->getExecutionSession(); in continueLookup()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup()
98 auto &ES = getExecutionSession(); in emit()
109 getExecutionSession().reportError(Obj.takeError()); in emit()
168 auto &ES = getExecutionSession(); in onObjLoad()
204 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
247 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
253 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
DObjectLinkingLayer.cpp46 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
57 auto &ES = Layer.getExecutionSession(); in lookup()
76 auto Main = Layer.getExecutionSession().intern("_main"); in lookup()
95 auto &ES = Layer.getExecutionSession(); in notifyResolved()
142 Layer.getExecutionSession().reportError(std::move(Err)); in notifyResolved()
152 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
157 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
183 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols()
200 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
208 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies()
[all …]
DLayer.cpp93 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard()
109 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM), in BasicIRLayerMaterializationUnit()
125 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize()
154 getObjectSymbolFlags(L.getExecutionSession(), O->getMemBufferRef()); in Create()
DCompileOnDemandLayer.cpp131 auto &ES = getExecutionSession(); in emit()
175 getExecutionSession().createJITDylib(TargetD.getName() + ".impl"); in getPerDylibResources()
251 auto &ES = getExecutionSession(); in emitPartition()
DIRTransformLayer.cpp28 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
DObjectTransformLayer.cpp30 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError()); in emit()
DLazyReexports.cpp165 SourceJD.getExecutionSession().reportError( in materialize()
179 SourceJD.getExecutionSession().reportError(std::move(Err)); in materialize()
DExecutionUtils.cpp121 JD.getExecutionSession(), in add()
154 auto &ES = JD.getExecutionSession(); in run()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
DLLJITWithLazyReexports.cpp125 J->getTargetTriple(), J->getExecutionSession(), 0)); in main()
133 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
146 J->getExecutionSession().dump(dbgs()); in main()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
DLLJITWithTargetProcessControl.cpp154 J->getExecutionSession(), pointerToJITTargetAddress(&reportErrorAndExit)); in main()
165 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
179 J->getExecutionSession().dump(dbgs()); in main()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h511 ExecutionSession &getExecutionSession();
909 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1495 inline ExecutionSession &MaterializationResponsibility::getExecutionSession() { in getExecutionSession() function
1496 return JD->getExecutionSession(); in getExecutionSession()
1501 return JD->getExecutionSession().runSessionLocked([&]() -> Error { in withResourceKeyDo()
1635 JD->getExecutionSession().OL_destroyMaterializationResponsibility(*this); in ~MaterializationResponsibility()
1639 return JD->getExecutionSession().OL_getRequestedSymbols(*this); in getRequestedSymbols()
1644 return JD->getExecutionSession().OL_notifyResolved(*this, Symbols); in notifyResolved()
1648 return JD->getExecutionSession().OL_notifyEmitted(*this); in notifyEmitted()
1653 return JD->getExecutionSession().OL_defineMaterializing( in defineMaterializing()
[all …]
DLayer.h74 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
138 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h73 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
132 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()

12