rust/compiler/rustc_codegen_llvm/src/debuginfo
Jubilee Young 0c9d0dfe04 remove explicit deref of AbiAlign for most methods
Much of the compiler calls functions on Align projected from AbiAlign.
AbiAlign impls Deref to its inner Align, so we can simplify these away.
Also, it will minimize disruption when AbiAlign is removed.

For now, preserve usages that might resolve to PartialOrd or PartialEq,
as those have odd inference.
2025-09-28 15:02:14 -07:00
..
metadata remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
create_scope_map.rs Use newtype_index!-generated types more idiomatically 2025-04-14 16:17:06 +00:00
doc.md fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
dwarf_const.rs Use constants for DWARF opcodes, instead of FFI calls 2025-01-05 22:16:25 +11:00
gdb.rs port #[debugger_visualizer] to the new attribute system 2025-09-21 21:30:16 -07:00
metadata.rs remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
mod.rs Remove some unnecessary as u64 casts 2025-09-19 20:56:58 +10:00
namespace.rs Rename llvm::Bool aliases to standard const case 2025-08-24 23:09:54 +10:00
utils.rs Use LLVMDIBuilderGetOrCreateArray 2025-09-19 14:44:54 +10:00