| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 22 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 D | CompileOnDemandLayer.cpp | 134 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 D | ObjectLinkingLayer.cpp | 149 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 D | Layer.cpp | 115 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 D | LLJIT.cpp | 130 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 D | LazyReexports.cpp | 171 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 D | IRTransformLayer.cpp | 28 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
|
| H A D | ObjectTransformLayer.cpp | 35 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
|
| H A D | IRCompileLayer.cpp | 43 getExecutionSession().reportError(Obj.takeError()); in emit()
|
| H A D | Core.cpp | 48 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 D | ExecutionUtils.cpp | 117 JD.getExecutionSession(), in add() 150 auto &ES = JD.getExecutionSession(); in run()
|
| H A D | ExecutorProcessControl.cpp | 171 ->getExecutionSession() in jitDispatchViaWrapperFunctionManager()
|
| H A D | MachOPlatform.cpp | 40 MOP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize() 119 HeaderSymbolFlags[MOP.getExecutionSession().intern(HS.Name)] = in createHeaderSymbols()
|
| H A D | OrcV2CBindings.cpp | 417 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 D | Core.h | 527 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 D | Layer.h | 76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function 142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
|
| H A D | ExecutorProcessControl.h | 124 ExecutionSession &getExecutionSession() { in getExecutionSession() function
|
| H A D | MachOPlatform.h | 103 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
|
| H A D | LLJIT.h | 62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
|
| H A D | OrcRPCExecutorProcessControl.h | 418 getExecutionSession().runJITDispatchHandler( in runWrapperInJIT()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 971 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT()
|