LLVM: lib/ExecutionEngine/Orc/LLJIT.cpp File Reference (original) (raw)
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
| Macros | |
|---|---|
| #define | DEBUG_TYPE "orc" |
| Functions | |
|---|---|
| LLVM_ABI Error | llvm::orc::setUpOrcPlatformManually (LLJIT &J) |
| Configure the LLJIT instance to use orc runtime support. | |
| LLVM_ABI Expected< JITDylibSP > | llvm::orc::setUpGenericLLVMIRPlatform (LLJIT &J) |
| Configure the LLJIT instance to scrape modules for llvm.global_ctors and llvm.global_dtors variables and (if present) build initialization and deinitialization functions. | |
| LLVM_ABI Expected< JITDylibSP > | llvm::orc::setUpInactivePlatform (LLJIT &J) |
| Configure the LLJIT instance to disable platform support explicitly. | |
| LLVM_ATTRIBUTE_USED void | llvm::orc::linkComponents () |