LLVM 22.0.0git
LLJIT.cpp File Reference

Go to the source code of this file.

Classes

class  llvm::orc::LoadAndLinkDynLibrary

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< JITDylibSPllvm::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< JITDylibSPllvm::orc::setUpInactivePlatform (LLJIT &J)
 Configure the LLJIT instance to disable platform support explicitly.
LLVM_ATTRIBUTE_USED void llvm::orc::linkComponents ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 32 of file LLJIT.cpp.