Struct rustc_codegen_llvm::back::lto::ThinLTOKeysMap
source · Expand description
Maps LLVM module identifiers to their corresponding LLVM LTO cache keys
Fields
keys: FxHashMap<String, String>
Implementations
sourceimpl ThinLTOKeysMap
impl ThinLTOKeysMap
fn save_to_file(&self, path: &Path) -> Result<()>
fn load_from_file(path: &Path) -> Result<Self>
fn from_thin_lto_modules(
data: &ThinData,
modules: &[ThinLTOModule],
names: &[CString]
) -> Self
Trait Implementations
sourceimpl Debug for ThinLTOKeysMap
impl Debug for ThinLTOKeysMap
sourceimpl Default for ThinLTOKeysMap
impl Default for ThinLTOKeysMap
sourcefn default() -> ThinLTOKeysMap
fn default() -> ThinLTOKeysMap
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThinLTOKeysMap
impl Send for ThinLTOKeysMap
impl Sync for ThinLTOKeysMap
impl Unpin for ThinLTOKeysMap
impl UnwindSafe for ThinLTOKeysMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes