Docs.rs
  • llvm-ir-0.8.2
    • llvm-ir 0.8.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cdisselkoen
    • Dependencies
      • either ^1.6 normal
      • llvm-sys ^100.2.0 normal
      • llvm-sys ^110.0.0 normal
      • llvm-sys ^120.2.0 normal
      • llvm-sys ^130.0.0 normal
      • llvm-sys ^140.0.0 normal
      • llvm-sys ^80.3.0 normal
      • llvm-sys ^90.2.0 normal
      • log ^0.4 normal
      • env_logger ^0.8 dev
      • itertools ^0.10 dev
    • Versions
    • 20.69% 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 module

  • Structs
  • Enums
  • Type Definitions
logo
Change settings

Module llvm_ir::module

source · [−]

Structs

Alignment

Alignment details for a type. See LLVM 14 docs on Data Layout

Alignments

Alignment for various types in memory. See LLVM 14 docs on Data Layout

Comdat

See LLVM 14 docs on Comdats

DataLayout

See LLVM 14 docs on Data Layout

FunctionAttributeGroup

See LLVM 14 docs on Attribute Groups

FunctionPtrAlignment

Alignment details for function pointers. See LLVM 14 docs on Data Layout

GlobalAlias

See LLVM 14 docs on Global Aliases

GlobalVariable

See LLVM 14 docs on Global Variables

Module

See LLVM 14 docs on Module Structure

PointerLayout

Layout details for pointers (other than function pointers). See LLVM 14 docs on Data Layout

Enums

DLLStorageClass

See LLVM 14 docs on DLL Storage Classes

Endianness
Linkage

See LLVM 14 docs on Linkage Types

Mangling

See LLVM 14 docs on Data Layout

SelectionKind
ThreadLocalMode

See LLVM 14 docs on Thread Local Storage Models

UnnamedAddr
Visibility

See LLVM 14 docs on Visibility Styles

Type Definitions

AddrSpace

For discussion of address spaces, see LLVM 14 docs on Pointer Type