Struct llvm_plugin::ModulePassManager
source · [−]pub struct ModulePassManager { /* private fields */ }
Expand description
Struct allowing to add passes on LLVM IR modules to the pass manager pipeline.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModulePassManager
impl !Send for ModulePassManager
impl !Sync for ModulePassManager
impl Unpin for ModulePassManager
impl UnwindSafe for ModulePassManager
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