Searched refs:IRLayer (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer,
17 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer),
H A DIRCompileLayer.cpp18 : IRLayer(ES, ManglingOpts), BaseLayer(BaseLayer),
H A DLayer.cpp19 IRLayer::~IRLayer() {}
21 Error IRLayer::add(JITDylib &JD, ThreadSafeModule TSM, VModuleKey K) {
108 IRLayer &L, const ManglingOptions &MO, ThreadSafeModule TSM, VModuleKey K)
H A DCompileOnDemandLayer.cpp114 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr,
116 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h64 class IRLayer { class in namespace:llvm::orc
66 IRLayer(ExecutionSession &ES, function in class:llvm::orc::IRLayer
70 virtual ~IRLayer();
111 /// on the given IRLayer.
114 BasicIRLayerMaterializationUnit(IRLayer &L, const ManglingOptions &MO,
121 IRLayer &L;
H A DIRTransformLayer.h28 class IRTransformLayer : public IRLayer {
33 IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer,
49 IRLayer &BaseLayer;
H A DSpeculation.h176 class IRSpeculationLayer : public IRLayer {
185 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer),
H A DIRCompileLayer.h30 class IRCompileLayer : public IRLayer {
H A DCompileOnDemandLayer.h65 class CompileOnDemandLayer : public IRLayer {
88 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
128 IRLayer &BaseLayer;

Completed in 120 milliseconds