Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetVSO().getExecutionSession(); in lookup()
48 auto &ES = MR.getTargetVSO().getExecutionSession(); in lookupFlags()
93 auto &ES = getExecutionSession(); in emit()
97 getExecutionSession().reportError(ObjFile.takeError()); in emit()
DLayer.cpp58 : IRMaterializationUnit(L.getExecutionSession(), std::move(M)), in BasicIRLayerMaterializationUnit()
80 auto &ES = L.getExecutionSession(); in BasicObjectLayerMaterializationUnit()
DObjectTransformLayer.cpp29 getExecutionSession().reportError(TransformedObj.takeError()); in emit()
DIRTransformLayer.cpp29 getExecutionSession().reportError(TransformedMod.takeError()); in emit()
DIRCompileLayer.cpp39 getExecutionSession().reportError(Obj.takeError()); in emit()
DCompileOnDemandLayer.cpp231 auto &ES = getExecutionSession(); in emit()
338 auto K = getExecutionSession().allocateVModule(); in emitExtractedFunctionsModule()
DExecutionUtils.cpp134 V.getExecutionSession(), in add()
DCore.cpp733 auto &ES = R.getTargetVSO().getExecutionSession(); in materialize()
841 auto &ES = QueryInfo->R.getTargetVSO().getExecutionSession(); in materialize()
1660 auto &ES = (*VSOs.begin())->getExecutionSession(); in lookup()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h30 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
92 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
DLLJIT.h38 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
DCore.h565 ExecutionSessionBase &getExecutionSession() const { return ES; } in getExecutionSession() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp788 orc::MangleAndInterner Mangle(J->getExecutionSession(), DL); in runOrcLazyJIT()