Docs.rs
  • llvm-sys-50.3.0
    • llvm-sys 50.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • tari
    • Dependencies
      • libc ^0.2 normal
      • cc ^1.0 build
      • lazy_static ^0.2.1 build
      • regex ^0.2 build
      • semver ^0.6 build
    • Versions
    • 12.05% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module execution_engine

  • Structs
  • Enums
  • Functions
  • Type Definitions
?
Change settings

Module llvm_sys::execution_engine

source ·
Expand description

Runtime code generation and execution.

Structs

LLVMMCJITCompilerOptions

Enums

LLVMOpaqueExecutionEngine
LLVMOpaqueGenericValue
LLVMOpaqueMCJITMemoryManager

Functions

LLVMAddGlobalMapping⚠
LLVMAddModule⚠
LLVMCreateExecutionEngineForModule⚠
LLVMCreateGenericValueOfFloat⚠
LLVMCreateGenericValueOfInt⚠
LLVMCreateGenericValueOfPointer⚠
LLVMCreateInterpreterForModule⚠
LLVMCreateJITCompilerForModule⚠
LLVMCreateMCJITCompilerForModule⚠
Create an MCJIT execution engine for a module, with the given options.
LLVMCreateSimpleMCJITMemoryManager⚠
LLVMDisposeExecutionEngine⚠
LLVMDisposeGenericValue⚠
LLVMDisposeMCJITMemoryManager⚠
LLVMFindFunction⚠
LLVMFreeMachineCodeForFunction⚠
LLVMGenericValueIntWidth⚠
LLVMGenericValueToFloat⚠
LLVMGenericValueToInt⚠
LLVMGenericValueToPointer⚠
LLVMGetExecutionEngineTargetData⚠
LLVMGetExecutionEngineTargetMachine⚠
LLVMGetFunctionAddress⚠
LLVMGetGlobalValueAddress⚠
LLVMGetPointerToGlobal⚠
LLVMInitializeMCJITCompilerOptions⚠
LLVMLinkInInterpreter⚠
LLVMLinkInMCJIT⚠
LLVMRecompileAndRelinkFunction⚠
LLVMRemoveModule⚠
LLVMRunFunction⚠
LLVMRunFunctionAsMain⚠
LLVMRunStaticConstructors⚠
LLVMRunStaticDestructors⚠

Type Definitions

LLVMExecutionEngineRef
LLVMGenericValueRef
LLVMMCJITMemoryManagerRef
LLVMMemoryManagerAllocateCodeSectionCallback
LLVMMemoryManagerAllocateDataSectionCallback
LLVMMemoryManagerDestroyCallback
LLVMMemoryManagerFinalizeMemoryCallback