Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
103 CompileOnDemandLayer &Parent;
106 Optional<CompileOnDemandLayer::GlobalValueSet>
111 Optional<CompileOnDemandLayer::GlobalValueSet>
116 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
127 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
130 void CompileOnDemandLayer::emit( in emit()
185 CompileOnDemandLayer::PerDylibResources &
213 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
[all …]
H A DLLJIT.cpp870 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h61 class CompileOnDemandLayer : public IRLayer {
84 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
232 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
248 std::unique_ptr<CompileOnDemandLayer> CODLayer;
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp954 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile633 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp