Docs.rs
  • llvm-sys-0.2.2
    • llvm-sys 0.2.2
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • tari
    • Dependencies
      • bitflags ^0.3.2 normal
      • libc ^0.2 normal
      • gcc ^0.3.13 build
      • semver ^0.1.20 build
    • Versions
    • 7.09% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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_sys0.2.2

Module target_machine

  • Enums
  • Functions
  • Type Aliases

In crate llvm_sys

Module llvm_sys::target_machine

source ·
Expand description

Target machine information, to generate assembly or object files.

Enums§

  • LLVMCodeGenFileType
  • LLVMCodeGenOptLevel
  • LLVMCodeModel
  • LLVMOpaqueTargetMachine
  • LLVMRelocMode
  • LLVMTarget

Functions§

  • LLVMAddAnalysisPasses⚠
  • LLVMCreateTargetMachine⚠
  • LLVMDisposeTargetMachine⚠
  • LLVMGetDefaultTargetTriple⚠
  • LLVMGetFirstTarget⚠
  • LLVMGetNextTarget⚠
  • LLVMGetTargetDescription⚠
  • LLVMGetTargetFromName⚠
  • LLVMGetTargetFromTriple⚠
  • LLVMGetTargetMachineCPU⚠
  • LLVMGetTargetMachineData⚠
  • LLVMGetTargetMachineFeatureString⚠
  • LLVMGetTargetMachineTarget⚠
  • LLVMGetTargetMachineTriple⚠
  • LLVMGetTargetName⚠
  • LLVMSetTargetMachineAsmVerbosity⚠
  • LLVMTargetHasAsmBackend⚠
  • LLVMTargetHasJIT⚠
  • LLVMTargetHasTargetMachine⚠
  • LLVMTargetMachineEmitToFile⚠
  • LLVMTargetMachineEmitToMemoryBuffer⚠

Type Aliases§

  • LLVMTargetMachineRef
  • LLVMTargetRef