rust/compiler/rustc_codegen_llvm/src/debuginfo
Zalathar f955c76a5b Remove inherent methods from several LLVM FFI types
Using a helper trait allows the conversions to remain in `rustc_codegen_llvm`,
even if the FFI types are moved to a different crate.
2025-10-04 18:16:13 +10: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 codegen: Generate dbg_value for the ref statement 2025-10-02 14:55:51 +08:00
gdb.rs port #[debugger_visualizer] to the new attribute system 2025-09-21 21:30:16 -07:00
metadata.rs Remove inherent methods from several LLVM FFI types 2025-10-04 18:16:13 +10:00
mod.rs codegen: Generate dbg_value for the ref statement 2025-10-02 14:55:51 +08: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