Struct llvm_plugin_inkwell::debug_info::DISubprogram
source · pub struct DISubprogram<'ctx> { /* private fields */ }Expand description
Function body scope for debug info
Trait Implementations§
source§impl<'ctx> AsDIScope<'ctx> for DISubprogram<'ctx>
impl<'ctx> AsDIScope<'ctx> for DISubprogram<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
source§impl<'ctx> Clone for DISubprogram<'ctx>
impl<'ctx> Clone for DISubprogram<'ctx>
source§fn clone(&self) -> DISubprogram<'ctx>
fn clone(&self) -> DISubprogram<'ctx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'ctx> Debug for DISubprogram<'ctx>
impl<'ctx> Debug for DISubprogram<'ctx>
source§impl<'ctx> PartialEq<DISubprogram<'ctx>> for DISubprogram<'ctx>
impl<'ctx> PartialEq<DISubprogram<'ctx>> for DISubprogram<'ctx>
source§fn eq(&self, other: &DISubprogram<'ctx>) -> bool
fn eq(&self, other: &DISubprogram<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.