Docs.rs
  • llvm-ir-0.11.3
    • llvm-ir 0.11.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cdisselkoen
    • Dependencies
      • either ^1.9 normal
      • llvm-sys ^100.2.0 normal optional
      • llvm-sys ^110.0.0 normal optional
      • llvm-sys ^120.2.0 normal optional
      • llvm-sys ^130.0.0 normal optional
      • llvm-sys ^140.0.0 normal optional
      • llvm-sys ^150.1.0 normal optional
      • llvm-sys ^160.1.2 normal optional
      • llvm-sys ^170.0.1 normal optional
      • llvm-sys ^181.0.0 normal optional
      • llvm-sys ^191.0.0 normal optional
      • llvm-sys ^90.2.0 normal optional
      • log ^0.4 normal
      • ordered-float ^4.6.0 normal
      • env_logger ^0.10 dev
      • itertools ^0.11 dev
    • Versions
    • 21.32% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

llvm_ir0.11.3

Module module

Module Items

  • Structs
  • Enums
  • Type Aliases

In crate llvm_ir

llvm_ir

Module 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
GlobalIFunc
See LLVM 14 docs on Global IFuncs
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 Aliases§

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