Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp107 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() function in llvm::orc::CompileOnDemandLayer
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h85 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp789 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcLazyJIT()