Home
last modified time | relevance | path

Searched defs:TheContext (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp402 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp412 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp539 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp631 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp611 static LLVMContext TheContext; variable
H A Dtoy.cpp895 static LLVMContext TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp700 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp704 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp700 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp700 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp683 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp705 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp626 static LLVMContext TheContext; variable
H A Dtoy.cpp997 static LLVMContext TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp855 static LLVMContext TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp820 static std::unique_ptr<LLVMContext> TheContext; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1069 static LLVMContext TheContext; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5646 DeclaratorContext TheContext) { in isPtrOperatorToken()