Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function
228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
H A DCompileOnDemandLayer.h90 void setPartitionFunction(PartitionFunction Partition);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp963 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()