Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h32 template <typename BaseLayerT> class IRCompileLayer {
49 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) in IRCompileLayer() function
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h32 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/tools/lli/
DOrcLazyJIT.h34 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h34 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcMCJITReplacement.h321 typedef IRCompileLayer<ObjectLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1157 typedef IRCompileLayer<ObjLayerT> CompileLayerT;
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1163 typedef IRCompileLayer<ObjLayerT> CompileLayerT;