Struct rustc_codegen_llvm::back::lto::ThinLTOKeysMap
source · pub struct ThinLTOKeysMap {
keys: FxHashMap<String, String>,
}
Expand description
Maps LLVM module identifiers to their corresponding LLVM LTO cache keys
Fields§
§keys: FxHashMap<String, String>
Implementations§
source§impl 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§
source§impl Debug for ThinLTOKeysMap
impl Debug for ThinLTOKeysMap
source§impl Default for ThinLTOKeysMap
impl Default for ThinLTOKeysMap
source§fn 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn 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