Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp68 return CompileLayer.add(JD, std::move(TSM), ES->allocateVModule()); in addIRModule()
74 return ObjLinkingLayer.add(JD, std::move(Obj), ES->allocateVModule()); in addObjectFile()
185 return CODLayer.add(JD, std::move(TSM), ES->allocateVModule()); in addLazyIRModule()
H A DOrcMCJITReplacement.h294 auto K = ES.allocateVModule(); in addModule()
304 ES.allocateVModule(), MemoryBuffer::getMemBufferCopy(O->getData()))); in addObjectFile()
311 cantFail(ObjectLayer.addObject(ES.allocateVModule(), std::move(ObjBuffer))); in addObjectFile()
415 ES.allocateVModule(), in scanArchives()
H A DOrcCBindingsStack.h305 auto K = ES.allocateVModule(); in addIRModule()
362 auto K = ES.allocateVModule(); in addObject()
H A DIndirectionUtils.cpp72 ES.allocateVModule()))); in getCompileCallback()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h735 VModuleKey allocateVModule() { in allocateVModule() function
H A DCompileOnDemandLayer.h673 auto K = ES.allocateVModule(); in emitPartition()