rust/compiler/rustc_codegen_llvm/src/debuginfo
Zalathar 1081d98551 Use LLVMDIBuilderCreateGlobalVariableExpression
Note that the code in `LLVMRustDIBuilderCreateStaticVariable` that tried to
downcast `InitVal` appears to have been dead, because `llvm::ConstantInt` and
`llvm::ConstantFP` are not subclasses of `llvm::GlobalVariable`.
2025-10-12 23:36:26 +11: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
di_builder.rs Use LLVMDIBuilderCreateGlobalVariableExpression 2025-10-12 23:36:26 +11: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 Consistently import llvm::Type and llvm::Value 2025-10-06 13:09:16 +11:00
metadata.rs Extract DIBuilderExt::create_static_variable 2025-10-12 23:34:44 +11:00
mod.rs Extract DIBuilderExt::create_expression 2025-10-12 23:34:44 +11: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