Home
last modified time | relevance | path

Searched refs:emitPartition (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp86 Parent.emitPartition(std::move(R), std::move(TSM), in materialize()
233 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h121 void emitPartition(MaterializationResponsibility R, ThreadSafeModule TSM,
578 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile()
612 emitPartition(LogicalDylib &LD, in emitPartition() function