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