Searched refs:CompileOnDemandLayer (Results 1 – 6 of 6) sorted by relevance
73 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::CompileOnDemandLayer120 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()124 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()[all …]
258 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
167 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()186 std::unique_ptr<CompileOnDemandLayer> CODLayer;
65 class CompileOnDemandLayer : public IRLayer {88 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
785 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcLazyJIT()
579 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp