Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h86 void setPartitionFunction(PartitionFunction Partition);
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() function
228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() function in llvm::orc::CompileOnDemandLayer
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp957 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()