Lines Matching refs:CompileOnDemandLayer
71 VModuleKey K, CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
78 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
98 CompileOnDemandLayer &Parent;
101 Optional<CompileOnDemandLayer::GlobalValueSet>
102 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
111 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
117 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
121 void CompileOnDemandLayer::emit(MaterializationResponsibility R, in emit()
165 CompileOnDemandLayer::PerDylibResources &
166 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
188 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
201 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
233 void CompileOnDemandLayer::emitPartition( in emitPartition()