Struct parables_testing::linker::Source[][src]

pub struct Source {
    pub source_map: SourceMap,
    pub offsets: HashMap<usize, usize>,
}

All necessary source information to perform tracing.

Fields

The source map for the given source.

The decoded offsets for the given source, from program counter to instruction offset.

Trait Implementations

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Source

impl Sync for Source