Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRPartitionLayer.h59 compileWholeModule(GlobalValueSet Requested);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp115 IRPartitionLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() function in IRPartitionLayer
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1061 J->setPartitionFunction(orc::IRPartitionLayer::compileWholeModule); in runOrcJIT()