Struct twiggy_opt::Dominators[][src]

pub struct Dominators { /* fields omitted */ }

Compute and display the dominator tree for a binary's call graph.

Methods

impl Dominators
[src]

The items whose dominators subtree should be printed.

impl Dominators
[src]

Construct a new, default Dominators.

The maximum depth to print the dominators tree.

The maximum number of rows, regardless of depth in the tree, to display.

Whether or not items should be treated as regular expressions.

Set the maximum depth to print the dominators tree.

Set the maximum number of rows, regardless of depth in the tree, to display.

Set whether or not items should be treated as regular expressions.

Trait Implementations

impl Clone for Dominators
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dominators
[src]

Formats the value using the given formatter. Read more

impl Default for Dominators
[src]

Returns the "default value" for a type. Read more

impl StructOpt for Dominators
[src]

Returns the corresponding clap::App.

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Read more

impl CommonCliOptions for Dominators
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Dominators

impl Sync for Dominators