Searched refs:CompileOnDemandLayer (Results 1 – 6 of 6) sorted by relevance
77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()102 CompileOnDemandLayer &Parent;105 std::optional<CompileOnDemandLayer::GlobalValueSet>106 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()110 std::optional<CompileOnDemandLayer::GlobalValueSet>111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()115 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()[all …]
1273 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
1 //===- CompileOnDemandLayer.h - Compile each function on demand -*- C++ -*-===//55 class CompileOnDemandLayer : public IRLayer {79 /// Construct a CompileOnDemandLayer.80 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
274 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()279 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()295 std::unique_ptr<CompileOnDemandLayer> CODLayer;
1064 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
730 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp