Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h89 void setPartitionFunction(PartitionFunction Partition);
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function
228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp954 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()