/external/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 153 std::unique_ptr<ExecutionEngine> TheJIT; member in __anone79d3d040111::JitEventListenerTest
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 212 OwningPtr<ExecutionEngine> TheJIT; member in __anon99615b6f0111::JITTest 690 ExecutionEngine *TheJIT = EngineBuilder(M) in getJITFromBitcode() local 719 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M)); in TEST() local 758 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M)); in TEST() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 113 JIT *TheJIT; member in __anonce5e020d0111::JITResolverState 191 JIT *TheJIT; member in __anonce5e020d0111::JITResolver 363 JIT *TheJIT; member in __anonce5e020d0111::JITEmitter
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 336 std::unique_ptr<ExecutionEngine> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 405 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 530 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 621 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 679 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 692 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 701 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 861 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
|