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

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
39 class KaleidoscopeJIT {
49 KaleidoscopeJIT()
toy.cpp 18 #include "KaleidoscopeJIT.h"
691 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
40 class KaleidoscopeJIT {
55 KaleidoscopeJIT()
toy.cpp 18 #include "KaleidoscopeJIT.h"
691 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
41 class KaleidoscopeJIT {
58 KaleidoscopeJIT()
toy.cpp 18 #include "KaleidoscopeJIT.h"
691 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
42 class KaleidoscopeJIT {
48 KaleidoscopeJIT()
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
65 class KaleidoscopeJIT {
82 KaleidoscopeJIT()
toy.cpp 19 #include "KaleidoscopeJIT.h"
679 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 1 //===----- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope ----*- C++ -*-===//
70 class KaleidoscopeJIT {
88 KaleidoscopeJIT(MyRemote &Remote)
toy.cpp 19 #include "KaleidoscopeJIT.h"
701 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 17 #include "../include/KaleidoscopeJIT.h"
405 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
672 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 18 #include "../include/KaleidoscopeJIT.h"
530 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
944 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 18 #include "../include/KaleidoscopeJIT.h"
621 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
1062 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 18 #include "../include/KaleidoscopeJIT.h"
692 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 17 #include "../include/KaleidoscopeJIT.h"
861 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
    [all...]

Completed in 500 milliseconds