Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp77 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()
[all …]
H A DLLJIT.cpp1273 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h1 //===- CompileOnDemandLayer.h - Compile each function on demand -*- C++ -*-===//
55 class CompileOnDemandLayer : public IRLayer {
79 /// Construct a CompileOnDemandLayer.
80 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
H A DLLJIT.h274 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
279 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
295 std::unique_ptr<CompileOnDemandLayer> CODLayer;
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1064 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
/freebsd/lib/clang/libllvm/
H A DMakefile730 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp