Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup()
97 auto &ES = getExecutionSession(); in emit()
102 getExecutionSession().reportError(Obj.takeError()); in emit()
198 auto &ES = getExecutionSession(); in onObjLoad()
236 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
281 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
287 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
309 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
318 getExecutionSession().runSessionLocked([&] { in handleRemoveResources()
H A DObjectLinkingLayer.cpp36 auto LGI = scanLinkGraph(ObjLinkingLayer.getExecutionSession(), *G); in Create()
150 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
161 auto &ES = Layer.getExecutionSession(); in lookup()
204 auto &ES = Layer.getExecutionSession(); in notifyResolved()
304 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
309 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
342 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols()
378 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
386 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies()
514 auto &ES = Layer.getExecutionSession(); in computeLocalDeps()
[all …]
H A 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()
H A DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon09f517660111::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 …]
H A 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()
177 getObjectSymbolInfo(L.getExecutionSession(), O->getMemBufferRef()); in Create()
H A 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()
H A DIRTransformLayer.cpp28 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
H A DObjectTransformLayer.cpp35 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
H A DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError()); in emit()
H A DCore.cpp48 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
53 return getJITDylib().getExecutionSession().removeResourceTracker(*this); in remove()
57 getJITDylib().getExecutionSession().transferResourceTracker(DstRT, *this); in transferTo()
284 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize()
412 auto &ES = QueryInfo->R->getTargetJITDylib().getExecutionSession(); in materialize()
468 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
520 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
547 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
576 auto Flags = JD.getExecutionSession().lookupFlags( in tryToGenerate()
606 auto &ES = IPLS->SearchOrder.begin()->first->getExecutionSession(); in continueLookup()
[all …]
H A DExecutionUtils.cpp117 JD.getExecutionSession(), in add()
150 auto &ES = JD.getExecutionSession(); in run()
H A DMachOPlatform.cpp219 if (auto R = lookupInitSymbols(JD.getExecutionSession(), NewInitSymbols)) in getInitializerSequence()
H A DOrcV2CBindings.cpp566 return wrap(&unwrap(J)->getExecutionSession()); in LLVMOrcLLJITGetExecutionSession()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
H A DLLJITWithTargetProcessControl.cpp154 J->getExecutionSession(), pointerToJITTargetAddress(&reportErrorAndExit)); in main()
165 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
179 J->getExecutionSession().dump(dbgs()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h513 ExecutionSession &getExecutionSession();
914 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1521 inline ExecutionSession &MaterializationResponsibility::getExecutionSession() { in getExecutionSession() function
1522 return JD->getExecutionSession(); in getExecutionSession()
1527 return JD->getExecutionSession().runSessionLocked([&]() -> Error { in withResourceKeyDo()
1661 JD->getExecutionSession().OL_destroyMaterializationResponsibility(*this); in ~MaterializationResponsibility()
1665 return JD->getExecutionSession().OL_getRequestedSymbols(*this); in getRequestedSymbols()
1670 return JD->getExecutionSession().OL_notifyResolved(*this, Symbols); in notifyResolved()
1674 return JD->getExecutionSession().OL_notifyEmitted(*this); in notifyEmitted()
1679 return JD->getExecutionSession().OL_defineMaterializing( in defineMaterializing()
[all …]
H A DLayer.h76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DMachOPlatform.h98 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h106 MangleAndInterner Mangle(BaseLayer.getExecutionSession(), DL); in getInterface()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp121 std::make_unique<DebugObjectManagerPlugin>(ObjLayer.getExecutionSession(), in addDebugSupport()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst188 getExecutionSession().reportError(TransformedTSM.takeError());
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp980 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp521 getObjectSymbolInfo(getExecutionSession(), O->getMemBufferRef()); in add()