rust/src/librustc/metadata
Alex Crichton d4dec4701a rustc: Preserve reachable extern fns with LTO
All rust functions are internal implementation details with respect to the ABI
exposed by crates, but extern fns are public components of the ABI and shouldn't
be stripped. This commit serializes reachable extern fns to metadata, so when
LTO is performed all of their symbols are not stripped.

Closes #14500
2014-06-06 19:52:21 -07:00
..
common.rs rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
creader.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
csearch.rs rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
cstore.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
decoder.rs rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
encoder.rs rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
filesearch.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
loader.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
mod.rs
tydecode.rs Move subst data structures into subst.rs, fix capitalization 2014-06-06 19:46:38 -04:00
tyencode.rs Move subst data structures into subst.rs, fix capitalization 2014-06-06 19:46:38 -04:00