Home
last modified time | relevance | path

Searched refs:PartitionFunction (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h66 using PartitionFunction = variable
85 void setPartitionFunction(PartitionFunction Partition);
127 PartitionFunction Partition = compileRequested;
H A DLLJIT.h274 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()