Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h67 using PartitionFunction = variable
86 void setPartitionFunction(PartitionFunction Partition);
128 PartitionFunction Partition = compileRequested;
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()