Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp46 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
57 auto &ES = Layer.getExecutionSession(); in lookup()
76 auto Main = Layer.getExecutionSession().intern("_main"); in lookup()
95 auto &ES = Layer.getExecutionSession(); in notifyResolved()
142 Layer.getExecutionSession().reportError(std::move(Err)); in notifyResolved()
152 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
157 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
183 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols()
200 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
208 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies()
[all …]
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup()
98 auto &ES = getExecutionSession(); in emit()
109 getExecutionSession().reportError(Obj.takeError()); in emit()
168 auto &ES = getExecutionSession(); in onObjLoad()
204 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
247 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
253 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
DLayer.cpp93 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard()
109 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM), in BasicIRLayerMaterializationUnit()
125 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize()
154 getObjectSymbolFlags(L.getExecutionSession(), O->getMemBufferRef()); in Create()
DCompileOnDemandLayer.cpp131 auto &ES = getExecutionSession(); in emit()
175 getExecutionSession().createJITDylib(TargetD.getName() + ".impl"); in getPerDylibResources()
251 auto &ES = getExecutionSession(); in emitPartition()
DIRTransformLayer.cpp28 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
DObjectTransformLayer.cpp30 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
DLazyReexports.cpp165 SourceJD.getExecutionSession().reportError( in materialize()
179 SourceJD.getExecutionSession().reportError(std::move(Err)); in materialize()
DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError()); in emit()
DExecutionUtils.cpp121 JD.getExecutionSession(), in add()
154 auto &ES = JD.getExecutionSession(); in run()
DCore.cpp507 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in replace()
595 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize()
703 auto &ES = QueryInfo->R.getTargetJITDylib().getExecutionSession(); in materialize()
1237 auto &ES = Worklist.front().first->getExecutionSession(); in notifyFailed()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h73 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
132 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
DLLJIT.h46 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
DCore.h808 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecution_engine.cc273 auto mangle = llvm::orc::MangleAndInterner(main_jd.getExecutionSession(), in CreateFromModule()
350 auto mangle = llvm::orc::MangleAndInterner(main_jd.getExecutionSession(), in CreateFromObjFile()