Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h85 void setPartitionFunction(PartitionFunction Partition);
H A DLLJIT.h275 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function
276 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1066 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()