|
LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h"#include "llvm/ExecutionEngine/Orc/CompileUtils.h"#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"#include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"#include "llvm/ExecutionEngine/Orc/IRTransformLayer.h"#include "llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h"#include "llvm/ExecutionEngine/Orc/ObjectTransformLayer.h"#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"#include "llvm/ExecutionEngine/Orc/ThreadSafeModule.h"#include "llvm/Support/ThreadPool.h"

Go to the source code of this file.
Classes | |
| class | llvm::orc::LLJIT |
| A pre-fabricated ORC JIT stack that can serve as an alternative to MCJIT. More... | |
| class | llvm::orc::LLLazyJIT |
| An extended version of LLJIT that supports lazy function-at-a-time compilation of LLVM IR. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::orc | |
1.8.13