HomeSort by relevance Sort by last modified time
    Searched refs:KaleidoscopeJIT (Results 1 - 10 of 10) sorted by null

  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
29 class KaleidoscopeJIT {
35 KaleidoscopeJIT()
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 15 #include "../include/KaleidoscopeJIT.h"
393 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
663 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 15 #include "../include/KaleidoscopeJIT.h"
517 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
937 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 15 #include "../include/KaleidoscopeJIT.h"
608 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
1055 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 15 #include "../include/KaleidoscopeJIT.h"
678 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 17 #include "../include/KaleidoscopeJIT.h"
860 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]

Completed in 125 milliseconds