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

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
32 template <typename BaseLayerT> class IRCompileLayer { class in namespace:llvm::orc
47 /// @brief Construct an IRCompileLayer with the given BaseLayer, which must
49 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) function in class:llvm::orc::IRCompileLayer
/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h20 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
32 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/tools/lli/
H A DOrcLazyJIT.h22 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
34 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h17 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
34 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT;
H A DOrcMCJITReplacement.h19 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
321 typedef IRCompileLayer<ObjectLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp3 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
1163 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp3 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp3 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp3 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;

Completed in 535 milliseconds