Lines Matching refs:CompileOnDemandLayer
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::CompileOnDemandLayer
122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
129 void CompileOnDemandLayer::emit( in emit()
184 CompileOnDemandLayer::PerDylibResources &
185 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
214 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
259 void CompileOnDemandLayer::emitPartition( in emitPartition()