#[repr(C)]pub struct DIBuilder<'ll>(InvariantOpaque<'ll>);
Expand description
Opaque target type for references to an LLVM debuginfo builder.
&'_ DIBuilder<'ll>
corresponds to LLVMDIBuilderRef
, which is the
LLVM-C wrapper for DIBuilder *
.
Debuginfo builders are created and destroyed during codegen, so the
builder reference typically has a shorter lifetime than the LLVM
session ('ll
) that it participates in.
Tuple Fields§
§0: InvariantOpaque<'ll>
Auto Trait Implementations§
impl<'ll> !DynSend for DIBuilder<'ll>
impl<'ll> !DynSync for DIBuilder<'ll>
impl<'ll> !Freeze for DIBuilder<'ll>
impl<'ll> !RefUnwindSafe for DIBuilder<'ll>
impl<'ll> !Send for DIBuilder<'ll>
impl<'ll> !Sized for DIBuilder<'ll>
impl<'ll> !Sync for DIBuilder<'ll>
impl<'ll> !Unpin for DIBuilder<'ll>
impl<'ll> !UnwindSafe for DIBuilder<'ll>
Blanket Implementations§
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: (unsized)