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 object

  • Enums
  • Functions
  • Type Aliases

In crate llvm_sys

Module llvm_sys::object

source ·
Expand description

Object file reading and writing

Enums§

  • LLVMOpaqueObjectFile
  • LLVMOpaqueRelocationIterator
  • LLVMOpaqueSectionIterator
  • LLVMOpaqueSymbolIterator

Functions§

  • LLVMCreateObjectFile⚠
  • LLVMDisposeObjectFile⚠
  • LLVMDisposeRelocationIterator⚠
  • LLVMDisposeSectionIterator⚠
  • LLVMDisposeSymbolIterator⚠
  • LLVMGetRelocationAddress⚠
  • LLVMGetRelocationOffset⚠
  • LLVMGetRelocationSymbol⚠
  • LLVMGetRelocationType⚠
  • LLVMGetRelocationTypeName⚠
  • LLVMGetRelocationValueString⚠
  • LLVMGetRelocations⚠
  • LLVMGetSectionAddress⚠
  • LLVMGetSectionContainsSymbol⚠
  • LLVMGetSectionContents⚠
  • LLVMGetSectionName⚠
  • LLVMGetSectionSize⚠
  • LLVMGetSections⚠
  • LLVMGetSymbolAddress⚠
  • LLVMGetSymbolName⚠
  • LLVMGetSymbolSize⚠
  • LLVMGetSymbols⚠
  • LLVMIsRelocationIteratorAtEnd⚠
  • LLVMIsSectionIteratorAtEnd⚠
  • LLVMIsSymbolIteratorAtEnd⚠
  • LLVMMoveToContainingSection⚠
  • LLVMMoveToNextRelocation⚠
  • LLVMMoveToNextSection⚠
  • LLVMMoveToNextSymbol⚠

Type Aliases§

  • LLVMObjectFileRef
  • LLVMRelocationIteratorRef
  • LLVMSectionIteratorRef
  • LLVMSymbolIteratorRef