Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp78 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
98 CompileOnDemandLayer &Parent;
101 Optional<CompileOnDemandLayer::GlobalValueSet>
102 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
106 Optional<CompileOnDemandLayer::GlobalValueSet>
111 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer
121 void CompileOnDemandLayer::emit(MaterializationResponsibility R, in emit()
165 CompileOnDemandLayer::PerDylibResources &
166 CompileOnDemandLayer::getPerDylibResources(JITDylib &TargetD) { in getPerDylibResources()
188 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h157 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
187 CompileOnDemandLayer CODLayer;
H A DCompileOnDemandLayer.h65 class CompileOnDemandLayer : public IRLayer {
88 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp789 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcLazyJIT()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile539 SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp