| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
| H A D | LLJITWithExecutorProcessControl.cpp | 151 J->getExecutionSession().getExecutorProcessControl())); in main() 155 J->getExecutionSession(), pointerToJITTargetAddress(&reportErrorAndExit)); in main() 159 J->getExecutionSession()))); in main() 167 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() 181 J->getExecutionSession().dump(dbgs()); in main()
|
| /llvm-project-15.0.7/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 | Layer.cpp | 114 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard() 130 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit() 145 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() 173 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add() 180 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add() 191 getObjectFileInterface(L.getExecutionSession(), O->getMemBufferRef()); in Create()
|
| H A D | ObjectLinkingLayer.cpp | 152 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() 163 auto &ES = Layer.getExecutionSession(); in lookup() 206 auto &ES = Layer.getExecutionSession(); in notifyResolved() 313 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized() 318 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized() 421 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() 458 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() 466 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() 580 return BlockDependenciesMap(Layer.getExecutionSession(), in computeBlockNonLocalDeps() 639 getExecutionSession().deregisterResourceManager(*this); in ~ObjectLinkingLayer() [all …]
|
| H A D | CompileOnDemandLayer.cpp | 133 auto &ES = getExecutionSession(); in emit() 169 getExecutionSession().reportError(std::move(Err)); in emit() 177 getExecutionSession().reportError(std::move(Err)); in emit() 191 getExecutionSession().createBareJITDylib(TargetD.getName() + ".impl"); in getPerDylibResources() 268 auto &ES = getExecutionSession(); in emitPartition() 304 getExecutionSession().reportError(std::move(Err)); in emitPartition()
|
| H A D | LLJIT.cpp | 134 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport() 155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon97b4e7eb0111::GenericLLVMIRPlatformSupport 272 getExecutionSession().runSessionLocked([&]() { in registerInitFunc() 278 getExecutionSession().runSessionLocked( in registerDeInitFunc() 291 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in getInitializers() 318 auto &ES = getExecutionSession(); in getInitializers() 339 auto &ES = getExecutionSession(); in getDeinitializers() 405 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in issueInitLookups() 422 return Platform::lookupInitSymbols(getExecutionSession(), in issueInitLookups() 529 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); in operator ()()
|
| H A D | LazyReexports.cpp | 175 R->getExecutionSession().reportError(std::move(Err)); in materialize() 191 SourceJD.getExecutionSession().reportError( in materialize() 205 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 | ExecutionUtils.cpp | 118 JD.getExecutionSession(), in add() 151 auto &ES = JD.getExecutionSession(); in run() 383 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef); in tryToGenerate()
|
| H A D | Core.cpp | 47 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker() 272 R->getExecutionSession().reportError(std::move(Err)); in materialize() 277 R->getExecutionSession().reportError(std::move(Err)); in materialize() 310 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() 494 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap() 549 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete() 576 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete() 605 auto Flags = JD.getExecutionSession().lookupFlags( in tryToGenerate() 989 getExecutionSession().getSymbolStringPool(), in resolve() 1067 getExecutionSession().getSymbolStringPool(), in emit() [all …]
|
| H A D | SimpleRemoteEPC.cpp | 89 getExecutionSession().reportError(std::move(Err)); in callWrapperAsync() 384 getExecutionSession().reportError(std::move(Err)); in handleCallWrapper()
|
| H A D | ExecutorProcessControl.cpp | 185 ->getExecutionSession() in jitDispatchViaWrapperFunctionManager()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
| H A D | LLJITWithLazyReexports.cpp | 125 J->getTargetTriple(), J->getExecutionSession(), 0)); in main() 133 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() 146 J->getExecutionSession().dump(dbgs()); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 541 ExecutionSession &getExecutionSession() const; 966 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function 1767 MaterializationResponsibility::getExecutionSession() const { in getExecutionSession() function 1768 return JD.getExecutionSession(); in getExecutionSession() 1916 return getExecutionSession().OL_getRequestedSymbols(*this); in getRequestedSymbols() 1921 return getExecutionSession().OL_notifyResolved(*this, Symbols); in notifyResolved() 1925 return getExecutionSession().OL_notifyEmitted(*this); in notifyEmitted() 1930 return getExecutionSession().OL_defineMaterializing(*this, in defineMaterializing() 1935 getExecutionSession().OL_notifyFailed(*this); in failMaterialization() 1940 return getExecutionSession().OL_replace(*this, std::move(MU)); in replace() [all …]
|
| H A D | Layer.h | 75 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function 141 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
|
| H A D | MachOPlatform.h | 85 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
|
| H A D | ELFNixPlatform.h | 100 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| H A D | LLJITWithRemoteDebugging.cpp | 216 ExitOnErr(loadDylib(J->getExecutionSession(), Path))); in main() 242 J->getExecutionSession().getExecutorProcessControl(); in main()
|
| H A D | RemoteJITUtils.cpp | 30 ExecutionSession &ES = ObjLayer.getExecutionSession(); in addDebugSupport()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITRemovableCode/ |
| H A D | LLJITRemovableCode.cpp | 132 ExitOnErr(J->getExecutionSession().removeJITDylib(JD)); in main()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
| H A D | LLJITWithGDBRegistrationListener.cpp | 87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | lli.cpp | 392 return J.getExecutionSession().callSPSWrapper<SPSDLOpenSig>( in initialize() 405 auto E = J.getExecutionSession().callSPSWrapper<SPSDLCloseSig>( in deinitialize() 1030 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT() 1049 auto &ES = J->getExecutionSession(); in runOrcJIT()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 106 MangleAndInterner Mangle(BaseLayer.getExecutionSession(), DL); in getInterface()
|