Home
last modified time | relevance | path

Searched refs:IRCompileLayer (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp15 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer() function in llvm::orc::IRCompileLayer
19 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()
24 void IRCompileLayer::emit(MaterializationResponsibility R, in emit()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h31 class IRCompileLayer : public IRLayer {
39 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
H A DLLJIT.h132 IRCompileLayer CompileLayer;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile542 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp