OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KaleidoscopeJIT
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h
1
//===-
KaleidoscopeJIT
.h - A simple JIT for Kaleidoscope --------*- C++ -*-===//
33
class
KaleidoscopeJIT
{
47
KaleidoscopeJIT
(std::unique_ptr<TargetProcessControl> TPC,
62
~
KaleidoscopeJIT
() {
67
static Expected<std::unique_ptr<
KaleidoscopeJIT
>> Create() {
81
return std::make_unique<
KaleidoscopeJIT
>(std::move(*TPC), std::move(ES),
toy.cpp
15
#include "
KaleidoscopeJIT
.h"
699
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1234
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h
1
//===-
KaleidoscopeJIT
.h - A simple JIT for Kaleidoscope --------*- C++ -*-===//
38
class
KaleidoscopeJIT
{
53
KaleidoscopeJIT
(std::unique_ptr<TargetProcessControl> TPC,
69
~
KaleidoscopeJIT
() {
74
static Expected<std::unique_ptr<
KaleidoscopeJIT
>> Create() {
88
return std::make_unique<
KaleidoscopeJIT
>(std::move(*TPC), std::move(ES),
toy.cpp
15
#include "
KaleidoscopeJIT
.h"
699
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1234
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h
1
//===-
KaleidoscopeJIT
.h - A simple JIT for Kaleidoscope --------*- C++ -*-===//
33
class
KaleidoscopeJIT
{
47
KaleidoscopeJIT
(std::unique_ptr<TargetProcessControl> TPC,
62
~
KaleidoscopeJIT
() {
67
static Expected<std::unique_ptr<
KaleidoscopeJIT
>> Create() {
81
return std::make_unique<
KaleidoscopeJIT
>(std::move(*TPC), std::move(ES),
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h
1
//===-
KaleidoscopeJIT
.h - A simple JIT for Kaleidoscope --------*- C++ -*-===//
40
class
KaleidoscopeJIT
{
62
KaleidoscopeJIT
(std::unique_ptr<TargetProcessControl> TPC,
82
~
KaleidoscopeJIT
() {
89
static Expected<std::unique_ptr<
KaleidoscopeJIT
>> Create() {
113
return std::make_unique<
KaleidoscopeJIT
>(std::move(*TPC), std::move(ES),
toy.cpp
15
#include "
KaleidoscopeJIT
.h"
699
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1234
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
1
//===-
KaleidoscopeJIT
.h - A simple JIT for Kaleidoscope --------*- C++ -*-===//
66
class
KaleidoscopeJIT
;
127
class
KaleidoscopeJIT
{
149
KaleidoscopeJIT
(std::unique_ptr<TargetProcessControl> TPC,
167
~
KaleidoscopeJIT
() {
174
static Expected<std::unique_ptr<
KaleidoscopeJIT
>> Create() {
198
return std::make_unique<
KaleidoscopeJIT
>(std::move(*TPC), std::move(ES),
toy.cpp
15
#include "
KaleidoscopeJIT
.h"
682
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1232
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
1
#include "../include/
KaleidoscopeJIT
.h"
417
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
700
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
1
#include "../include/
KaleidoscopeJIT
.h"
544
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
974
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
1
#include "../include/
KaleidoscopeJIT
.h"
636
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1093
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
1
#include "../include/
KaleidoscopeJIT
.h"
709
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1265
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
18
#include "../include/
KaleidoscopeJIT
.h"
826
static std::unique_ptr<
KaleidoscopeJIT
> TheJIT;
1430
TheJIT = ExitOnErr(
KaleidoscopeJIT
::Create());
Completed in 85 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026