Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h117 void emitPartition(std::unique_ptr<MaterializationResponsibility> R,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp90 Parent.emitPartition(std::move(R), std::move(TSM), in materialize()
259 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer