Home
last modified time | relevance | path

Searched refs:compileRequested (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h78 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
132 PartitionFunction Partition = compileRequested;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested() function in llvm::orc::CompileOnDemandLayer