Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
102 CompileOnDemandLayer &Parent;
105 std::optional<CompileOnDemandLayer::GlobalValueSet>
110 std::optional<CompileOnDemandLayer::GlobalValueSet>
115 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
129 void CompileOnDemandLayer::emit( in emit()
184 CompileOnDemandLayer::PerDylibResources &
185 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
214 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
[all …]
H A DLLJIT.cpp1240 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h55 class CompileOnDemandLayer : public IRLayer {
80 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
H A DLLJIT.h275 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
280 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
296 std::unique_ptr<CompileOnDemandLayer> CODLayer;
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1066 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile729 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp