Struct rustc_trans::back::linker::LinkerInfo
[−]
[src]
pub struct LinkerInfo { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustc_private
)For all the linkers we support, and information they might need out of the shared crate context before we get rid of it.
Methods
impl<'a, 'tcx> LinkerInfo
[src]
fn new(scx: &SharedCrateContext<'a, 'tcx>,
exports: &ExportedSymbols)
-> LinkerInfo
exports: &ExportedSymbols)
-> LinkerInfo
🔬 This is a nightly-only experimental API. (
rustc_private
)fn to_linker(&'a self,
cmd: &'a mut Command,
sess: &'a Session)
-> Box<Linker + 'a>
cmd: &'a mut Command,
sess: &'a Session)
-> Box<Linker + 'a>
🔬 This is a nightly-only experimental API. (
rustc_private
)