Struct llvm_ir_analysis::FunctionsByType[][src]

pub struct FunctionsByType<'m> { /* fields omitted */ }
Expand description

Allows you to iterate over all the functions in the analyzed Module(s) that have a specified type.

To construct a FunctionsByType, use ModuleAnalysis or CrossModuleAnalysis.

Implementations

Iterate over all of the functions in the analyzed Module(s) that have the specified type

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

Performs the conversion.

Performs the conversion.

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.