Searched refs:CompileOnDemandLayer (Results 1 – 6 of 6) sorted by relevance
77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()103 CompileOnDemandLayer &Parent;106 Optional<CompileOnDemandLayer::GlobalValueSet>111 Optional<CompileOnDemandLayer::GlobalValueSet>116 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer127 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()130 void CompileOnDemandLayer::emit( in emit()185 CompileOnDemandLayer::PerDylibResources &213 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()[all …]
870 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
61 class CompileOnDemandLayer : public IRLayer {84 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()232 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()248 std::unique_ptr<CompileOnDemandLayer> CODLayer;
954 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
633 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp