Searched refs:CompileOnDemandLayer (Results 1 – 5 of 5) sorted by relevance
16 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in CompileOnDemandLayer23 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()27 void CompileOnDemandLayer::emit( in emit()77 CompileOnDemandLayer::PerDylibResources &78 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
1336 CODLayer = std::make_unique<CompileOnDemandLayer>(*ES, *IPLayer, *LCTMgr, in LLLazyJIT()
56 class LLVM_ABI CompileOnDemandLayer : public IRLayer {63 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
280 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()297 std::unique_ptr<CompileOnDemandLayer> CODLayer;
807 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp