Home
last modified time | relevance | path

Searched refs:setPartitionFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h157 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function
158 CODLayer.setPartitionFunction(std::move(Partition)); in setPartitionFunction()
H A DCompileOnDemandLayer.h93 void setPartitionFunction(PartitionFunction Partition);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp117 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp789 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcLazyJIT()