| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Layer.cpp | 117 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard() 137 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit() 152 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() 180 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add() 187 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add() 198 getObjectFileInterface(L.getExecutionSession(), O->getMemBufferRef()); in Create()
|
| 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() 233 auto &ES = getExecutionSession(); in onObjLoad() 311 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad() 360 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 366 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 388 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 398 getExecutionSession().runSessionLocked([&] { in handleRemoveResources()
|
| H A D | ObjectLinkingLayer.cpp | 29 auto LGI = scanLinkGraph(ObjLinkingLayer.getExecutionSession(), *G); in Create() 129 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() 140 auto &ES = Layer.getExecutionSession(); in lookup() 183 auto &ES = Layer.getExecutionSession(); in notifyResolved() 264 Layer.getExecutionSession().getSymbolStringPool(), G.getName(), in notifyResolved() 279 Layer.getExecutionSession().getSymbolStringPool(), G.getName(), in notifyResolved() 292 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized() 297 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized() 400 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() 443 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() [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 | 102 return J.getExecutionSession().callSPSWrapper<SPSDLOpenSig>( in initialize() 115 auto E = J.getExecutionSession().callSPSWrapper<SPSDLCloseSig>( in deinitialize() 183 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport() 204 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anonafc103b20111::GenericLLVMIRPlatformSupport 321 getExecutionSession().runSessionLocked([&]() { in registerInitFunc() 327 getExecutionSession().runSessionLocked( in registerDeInitFunc() 340 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in getInitializers() 367 auto &ES = getExecutionSession(); in getInitializers() 388 auto &ES = getExecutionSession(); in getDeinitializers() 454 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in issueInitLookups() [all …]
|
| H A D | LazyReexports.cpp | 179 R->getExecutionSession().reportError(std::move(Err)); in materialize() 195 SourceJD.getExecutionSession().reportError( in materialize() 209 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 | 119 JD.getExecutionSession(), in add() 152 auto &ES = JD.getExecutionSession(); in run() 378 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef); in tryToGenerate() 413 ObjectFilesMap[L.getExecutionSession().intern(SymName)] = in buildObjectFilesMap()
|
| 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() 273 R->getExecutionSession().reportError(std::move(Err)); in materialize() 278 R->getExecutionSession().reportError(std::move(Err)); in materialize() 311 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() 439 auto &ES = QueryInfo->R->getTargetJITDylib().getExecutionSession(); in materialize() 495 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap() 550 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete() 577 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete() [all …]
|
| H A D | SimpleRemoteEPC.cpp | 106 getExecutionSession().reportError(std::move(Err)); in callWrapperAsync() 403 getExecutionSession().reportError(std::move(Err)); in handleCallWrapper()
|
| H A D | ExecutorProcessControl.cpp | 189 ->getExecutionSession() in jitDispatchViaWrapperFunctionManager()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 549 ExecutionSession &getExecutionSession() const; 981 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function 1782 return getJITDylib().getExecutionSession().runSessionLocked([&]() -> Error { in withResourceKeyDo() 1791 MaterializationResponsibility::getExecutionSession() const { in getExecutionSession() function 1792 return JD.getExecutionSession(); in getExecutionSession() 1926 getExecutionSession().OL_destroyMaterializationResponsibility(*this); in ~MaterializationResponsibility() 1930 return getExecutionSession().OL_getRequestedSymbols(*this); in getRequestedSymbols() 1935 return getExecutionSession().OL_notifyResolved(*this, Symbols); in notifyResolved() 1939 return getExecutionSession().OL_notifyEmitted(*this); in notifyEmitted() 1944 return getExecutionSession().OL_defineMaterializing(*this, in defineMaterializing() [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 | COFFPlatform.h | 49 ExecutionSession &getExecutionSession() const { 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
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITRemovableCode/ |
| H A D | LLJITRemovableCode.cpp | 132 ExitOnErr(J->getExecutionSession().removeJITDylib(JD)); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
| H A D | LLJITWithGDBRegistrationListener.cpp | 87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 106 MangleAndInterner Mangle(BaseLayer.getExecutionSession(), DL); in getInterface()
|