rust/src/librustc_codegen_llvm/debuginfo
Nicholas Nethercote 7c4d431c06 Change SymbolName::name to a &str.
This eliminates a bunch of `Symbol::intern()` and `Symbol::as_str()`
calls, which is good, because they require locking the interner.

Note that the unsafety in `from_cycle_error()` is identical to the
unsafety on other adjacent impls.
2020-07-15 14:37:55 +10:00
..
create_scope_map.rs Fix performance regression in debuginfo file_metadata. 2020-04-05 01:43:44 -07:00
doc.rs Aggregation of drive-by cosmetic changes. 2019-11-21 18:50:38 +00:00
gdb.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
metadata.rs Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
mod.rs Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
namespace.rs Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
source_loc.rs Use byte offsets when emitting debuginfo columns 2020-02-26 21:45:34 +01:00
utils.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00