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 DIRPartitionLayer.h62 void setPartitionFunction(PartitionFunction Partition);
H A DLLJIT.h275 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction() function
276 IPLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp105 void IRPartitionLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in IRPartitionLayer
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1061 J->setPartitionFunction(orc::IRPartitionLayer::compileWholeModule); in runOrcJIT()