Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 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 DObjectLinkingLayer.cpp149 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
160 auto &ES = Layer.getExecutionSession(); in lookup()
203 auto &ES = Layer.getExecutionSession(); in notifyResolved()
303 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
308 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
411 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols()
447 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
455 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies()
570 return BlockDependenciesMap(Layer.getExecutionSession(), in computeBlockNonLocalDeps()
629 getExecutionSession().deregisterResourceManager(*this); in ~ObjectLinkingLayer()
[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 DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon11530eef0111::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 ()()
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()
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()
1876 auto &ES = JDs.front()->getExecutionSession(); in getDFSLinkOrder()
[all …]
H A DExecutionUtils.cpp117 JD.getExecutionSession(), in add()
150 auto &ES = JD.getExecutionSession(); in run()
H A DExecutorProcessControl.cpp171 ->getExecutionSession() in jitDispatchViaWrapperFunctionManager()
H A DMachOPlatform.cpp40 MOP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize()
119 HeaderSymbolFlags[MOP.getExecutionSession().intern(HS.Name)] = in createHeaderSymbols()
H A DOrcV2CBindings.cpp417 return wrap(&unwrap(MR)->getExecutionSession()); in LLVMOrcMaterializationResponsibilityGetExecutionSession()
838 return wrap(&unwrap(J)->getExecutionSession()); in LLVMOrcLLJITGetExecutionSession()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h527 ExecutionSession &getExecutionSession();
928 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1676 return JD->getExecutionSession(); in getExecutionSession()
1681 return JD->getExecutionSession().runSessionLocked([&]() -> Error { in withResourceKeyDo()
1819 return JD->getExecutionSession().OL_getRequestedSymbols(*this); in getRequestedSymbols()
1824 return JD->getExecutionSession().OL_notifyResolved(*this, Symbols); in notifyResolved()
1828 return JD->getExecutionSession().OL_notifyEmitted(*this); in notifyEmitted()
1833 return JD->getExecutionSession().OL_defineMaterializing( in defineMaterializing()
1838 JD->getExecutionSession().OL_notifyFailed(*this); in failMaterialization()
1843 return JD->getExecutionSession().OL_replace(*this, std::move(MU)); in replace()
[all …]
H A DLayer.h76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DExecutorProcessControl.h124 ExecutionSession &getExecutionSession() { in getExecutionSession() function
H A DMachOPlatform.h103 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DOrcRPCExecutorProcessControl.h418 getExecutionSession().runJITDispatchHandler( in runWrapperInJIT()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp971 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT()