Docs.rs
  • rllvm-0.1.5
    • rllvm 0.1.5
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • h1994st
    • Dependencies
      • clap ~4.5.23 normal
      • confy ~0.6.1 normal
      • log ~0.4.22 normal
      • object ~0.36.5 normal
      • regex ~1.11.1 normal
      • serde ~1.0.216 normal
      • simple_logger ~5.0.0 normal
      • which ~7.0.0 normal
      • glob ~0.3.1 normal
    • Versions
    • 38.06% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

rllvm0.1.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • arg_parser::ArgInfo
  • arg_parser::ArgPatternInfo
  • arg_parser::CompilerArgsInfo
  • compiler_wrapper::llvm::ClangWrapper
  • compiler_wrapper::llvm::ClangWrapperBuilder
  • config::RLLVMConfig

Enums

  • arg_parser::CompileMode
  • compiler_wrapper::CompilerKind
  • error::Error

Traits

  • compiler_wrapper::CompilerWrapper
  • compiler_wrapper::CompilerWrapperBuilder

Functions

  • config::rllvm_config
  • utils::archive_bitcode_files
  • utils::calculate_filepath_hash
  • utils::derive_object_and_bitcode_filepath
  • utils::embed_bitcode_filepath_to_object_file
  • utils::execute_command_for_status
  • utils::execute_command_for_stderr_string
  • utils::execute_command_for_stdout_string
  • utils::execute_llvm_ar
  • utils::execute_llvm_config
  • utils::execute_llvm_link
  • utils::extract_bitcode_filepaths_from_object_file
  • utils::extract_bitcode_filepaths_from_parsed_object
  • utils::extract_bitcode_filepaths_from_parsed_objects
  • utils::find_llvm_config
  • utils::is_object_file
  • utils::is_plain_file
  • utils::link_bitcode_files

Type Aliases

  • arg_parser::Callback
  • arg_parser::CallbackFn