Home
last modified time | relevance | path

Searched refs:CompileOnDemandLayer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp16 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in CompileOnDemandLayer
23 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
27 void CompileOnDemandLayer::emit( in emit()
77 CompileOnDemandLayer::PerDylibResources &
78 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
H A DLLJIT.cpp1336 CODLayer = std::make_unique<CompileOnDemandLayer>(*ES, *IPLayer, *LCTMgr, in LLLazyJIT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h56 class LLVM_ABI CompileOnDemandLayer : public IRLayer {
63 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
H A DLLJIT.h280 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
297 std::unique_ptr<CompileOnDemandLayer> CODLayer;
/freebsd/lib/clang/libllvm/
H A DMakefile807 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp