Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h81 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() function in llvm::orc::CompileOnDemandLayer
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp954 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()