Module rustc_mir::interpret::memory[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use byteorder::ReadBytesExt;
use byteorder::WriteBytesExt;
use byteorder::LittleEndian;
use byteorder::BigEndian;
use std::collections::btree_map;
use std::collections::BTreeMap;
use std::collections::VecDeque;
use std::ptr;
use std::io;
use rustc::ty::Instance;
use rustc::ty::maps::TyCtxtAt;
use rustc::ty::layout;
use rustc::ty::layout::Align;
use rustc::ty::layout::TargetDataLayout;
use syntax::ast::Mutability;
use rustc_data_structures::fx::FxHashSet;
use rustc_data_structures::fx::FxHashMap;
use rustc::mir::interpret::MemoryPointer;
use rustc::mir::interpret::AllocId;
use rustc::mir::interpret::Allocation;
use rustc::mir::interpret::AccessKind;
use rustc::mir::interpret::UndefMask;
use rustc::mir::interpret::Value;
use rustc::mir::interpret::Pointer;
use rustc::mir::interpret::EvalResult;
use rustc::mir::interpret::PrimVal;
use rustc::mir::interpret::EvalErrorKind;
use super::EvalContext;
use super::Machine;

Structs

Memory [
Experimental
]

Enums

MemoryKind [
Experimental
]

Traits

HasMemory [
Experimental
]

Functions

read_target_uint [
Experimental
]
write_target_int [
Experimental
]
write_target_uint [
Experimental
]