Lines Matching refs:CompileOnDemandLayer
77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
103 CompileOnDemandLayer &Parent;
106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
111 Optional<CompileOnDemandLayer::GlobalValueSet>
112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
116 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
127 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
130 void CompileOnDemandLayer::emit( in emit()
185 CompileOnDemandLayer::PerDylibResources &
186 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
213 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
226 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
258 void CompileOnDemandLayer::emitPartition( in emitPartition()