pub struct SBBlock {
    pub raw: SBBlockRef,
}
Expand description

A lexical block.

Fields

raw: SBBlockRef

The underlying raw SBBlockRef.

Implementations

Check whether or not this is a valid SBBlock value.

Does this block represent an inlined function?

Get the function name if this block represents an inlined function.

Get the call site file if this block represents an inlined function.

Get the call site line number if this block represents an inlined function.

Get the call site column number if this block represents an inlined function.

Get the parent block

Get the inlined block that is or contains this block.

Get the sibling block for this block.

Get the first child block for this block.

The number of address ranges associated with this block.

Get the start address of an address range.

Get the end address of an address range.

Given an address, find out which address range it is part of.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.