Searched refs:setPartitionFunction (Results 1 – 4 of 4) sorted by relevance
227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
90 void setPartitionFunction(PartitionFunction Partition);
123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
963 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()