Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h76 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() function in llvm::orc::CompileOnDemandLayer
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp1013 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()