Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h76 using PartitionFunction = variable
93 void setPartitionFunction(PartitionFunction Partition);
130 PartitionFunction Partition = compileRequested;
H A DLLJIT.h157 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp117 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()