Home
last modified time | relevance | path

Searched refs:allocateVModule (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp70 return CompileLayer->add(JD, std::move(TSM), ES->allocateVModule()); in addIRModule()
76 return ObjTransformLayer.add(JD, std::move(Obj), ES->allocateVModule()); in addObjectFile()
214 return CODLayer->add(JD, std::move(TSM), ES->allocateVModule()); in addLazyIRModule()
DOrcMCJITReplacement.h290 auto K = ES.allocateVModule(); in addModule()
300 ES.allocateVModule(), MemoryBuffer::getMemBufferCopy(O->getData()))); in addObjectFile()
307 cantFail(ObjectLayer.addObject(ES.allocateVModule(), std::move(ObjBuffer))); in addObjectFile()
411 ES.allocateVModule(), in scanArchives()
DOrcCBindingsStack.h304 auto K = ES.allocateVModule(); in addIRModule()
363 auto K = ES.allocateVModule(); in addObject()
DIndirectionUtils.cpp72 ES.allocateVModule()))); in getCompileCallback()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h689 auto K = ES.allocateVModule(); in emitPartition()
DCore.h1099 VModuleKey allocateVModule() { in allocateVModule() function