Home
last modified time | relevance | path

Searched refs:CompileOnDemandLayer (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCompileOnDemandLayer.cpp73 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
80 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
100 CompileOnDemandLayer &Parent;
103 Optional<CompileOnDemandLayer::GlobalValueSet>
104 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
108 Optional<CompileOnDemandLayer::GlobalValueSet>
109 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
113 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
120 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
124 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
[all …]
HDLLJIT.cpp258 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLLJIT.h167 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
186 std::unique_ptr<CompileOnDemandLayer> CODLayer;
HDCompileOnDemandLayer.h65 class CompileOnDemandLayer : public IRLayer {
88 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp785 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcLazyJIT()
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile579 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp