Docs.rs
  • llvm-sys-wrapper-0.6.1
    • llvm-sys-wrapper 0.6.1
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • JunSuzukiJapan
    • Dependencies
      • libc ^0.2 normal
      • llvm-sys ^60 normal
    • Versions
    • 0% of the crate is documented
  • 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

llvm_sys_wrapper0.6.1

Module execution_engine

Module Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

In crate llvm_sys_wrapper

llvm_sys_wrapper

Module 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 Aliases§

LLVMExecutionEngineRef
LLVMGenericValueRef
LLVMMCJITMemoryManagerRef
LLVMMemoryManagerAllocateCodeSectionCallback
LLVMMemoryManagerAllocateDataSectionCallback
LLVMMemoryManagerDestroyCallback
LLVMMemoryManagerFinalizeMemoryCallback