Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup()
97 auto &ES = getExecutionSession(); in emit()
102 getExecutionSession().reportError(Obj.takeError()); in emit()
171 auto InternedName = getExecutionSession().intern(KV.first); in onObjLoad()
204 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
H A DLayer.cpp58 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in discard()
74 : IRMaterializationUnit(L.getExecutionSession(), std::move(TSM), in BasicIRLayerMaterializationUnit()
90 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize()
122 getObjectSymbolFlags(L.getExecutionSession(), O->getMemBufferRef()); in Create()
H A DCompileOnDemandLayer.cpp125 auto &ES = getExecutionSession(); in emit()
169 auto &ImplD = getExecutionSession().createJITDylib( in getPerDylibResources()
242 auto &ES = getExecutionSession(); in emitPartition()
H A DObjectTransformLayer.cpp29 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
H A DIRTransformLayer.cpp29 getExecutionSession().reportError(TransformedTSM.takeError()); in emit()
H A DLazyReexports.cpp165 SourceJD.getExecutionSession().reportError( in materialize()
176 SourceJD.getExecutionSession().reportError(std::move(Err)); in materialize()
H A DExecutionUtils.cpp95 JD.getExecutionSession(), in add()
131 auto &ES = JD.getExecutionSession(); in run()
H A DIRCompileLayer.cpp39 getExecutionSession().reportError(Obj.takeError()); in emit()
H A DCore.cpp458 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { in replace()
545 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize()
656 auto &ES = QueryInfo->R.getTargetJITDylib().getExecutionSession(); in materialize()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h32 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
120 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DLLJIT.h47 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DCore.h516 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp804 orc::MangleAndInterner Mangle(J->getExecutionSession(), DL); in runOrcLazyJIT()
864 J->getExecutionSession().dump(llvm::dbgs()); in runOrcLazyJIT()