| /netbsd-src/external/apache2/llvm/dist/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 | ObjectLinkingLayer.cpp | 36 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 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 | LLJIT.cpp | 130 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 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 | 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() 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 D | ExecutionUtils.cpp | 117 JD.getExecutionSession(), in add() 150 auto &ES = JD.getExecutionSession(); in run()
|
| H A D | MachOPlatform.cpp | 219 if (auto R = lookupInitSymbols(JD.getExecutionSession(), NewInitSymbols)) in getInitializerSequence()
|
| H A D | OrcV2CBindings.cpp | 566 return wrap(&unwrap(J)->getExecutionSession()); in LLVMOrcLLJITGetExecutionSession()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/ |
| H A D | LLJITWithTargetProcessControl.cpp | 154 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 D | Core.h | 513 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 D | Layer.h | 76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function 142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
|
| H A D | MachOPlatform.h | 98 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
|
| H A D | LLJIT.h | 62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
| H A D | LLJITWithGDBRegistrationListener.cpp | 87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 106 MangleAndInterner Mangle(BaseLayer.getExecutionSession(), DL); in getInterface()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| H A D | RemoteJITUtils.cpp | 121 std::make_unique<DebugObjectManagerPlugin>(ObjLayer.getExecutionSession(), in addDebugSupport()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
| H A D | BuildingAJIT2.rst | 188 getExecutionSession().reportError(TransformedTSM.takeError());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | lli.cpp | 980 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 521 getObjectSymbolInfo(getExecutionSession(), O->getMemBufferRef()); in add()
|