rust/compiler/rustc_codegen_llvm/src/debuginfo
Erik Desjardins 009192b01b abi: add AddressSpace field to Primitive::Pointer
...and remove it from `PointeeInfo`, which isn't meant for this.

There are still various places (marked with FIXMEs) that assume all pointers
have the same size and alignment. Fixing this requires parsing non-default
address spaces in the data layout string, which will be done in a followup.
2023-01-22 23:41:39 -05:00
..
metadata abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
create_scope_map.rs not need Option for dbg_scope 2022-04-26 21:00:19 +08:00
doc.md fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
gdb.rs avoid Symbol to &str conversions 2022-07-18 14:25:34 +09:00
metadata.rs Move compiler input and ouput paths into session 2023-01-16 14:46:44 +00:00
mod.rs Introduce composite debuginfo. 2022-11-15 17:53:50 +00:00
namespace.rs Remove in_band_lifetimes from rustc_codegen_llvm 2021-12-16 14:43:32 -05:00
utils.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00