Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h82 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() function in llvm::orc::CompileOnDemandLayer
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp963 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()